Search found 189 matches

by Zedtho
April 16th, 2018, 9:24 am
Forum: Everything
Topic: Ultimate Avro - A Jet Fighter Game.
Replies: 7
Views: 4327

Re: Ultimate Avro - A Jet Fighter Game.

Just a question, how would I install this? Download the .exe and the root folder, and what would I have to do then? Looking forward to trying this out!
by Zedtho
April 15th, 2018, 1:37 pm
Forum: Everything
Topic: Multithreading: Atomics and you!
Replies: 5
Views: 2436

Re: Multithreading: Atomics and you!

Thanks for sharing! This stuff is super interesting!
by Zedtho
March 15th, 2018, 3:12 pm
Forum: Everything
Topic: Daily Learner
Replies: 15
Views: 6774

Re: Daily Learner

Yeah I see what you mean, I'll be sure to do that in future projects! Thanks for the feedback :)
by Zedtho
March 14th, 2018, 4:43 pm
Forum: Everything
Topic: Daily Learner
Replies: 15
Views: 6774

Re: Daily Learner

Thanks a lot for helping! Yeah, looking at that code, mine really looks like a dump compared to what it could be like. I'll be sure to fix it this Friday when I get time :)
by Zedtho
March 13th, 2018, 7:34 pm
Forum: Everything
Topic: Daily Learner
Replies: 15
Views: 6774

Re: Daily Learner

chili wrote:This Risk code could be immensely simplified with proper application of the C++ standard library.
Yeah I think using swap a few times and other things could make it look a lot nicer, I was quite lazy that morning. I'll clean it up when I have the time, thanks for the feedback :D
by Zedtho
March 12th, 2018, 7:00 am
Forum: Everything
Topic: Daily Learner
Replies: 15
Views: 6774

Re: Daily Learner

I recently played risk and thought rolling the dice got really tedious towards the end. I tried to automate that: // Risk.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <iostream> #include <cstdlib> int main() { int AttackerSoldierAmount; int AttackerSoldi...
by Zedtho
March 3rd, 2018, 8:36 pm
Forum: Everything
Topic: Attack on the Forest
Replies: 57
Views: 21001

Re: Attack on the Forest

Thanks for answering :D
by Zedtho
March 2nd, 2018, 7:46 pm
Forum: Everything
Topic: Attack on the Forest
Replies: 57
Views: 21001

Re: Attack on the Forest

Just been working on some stuff under the hood, but I soon got a conflict between my RectF class and apparently a RectF class in Rect.h. It's probably a better idea just to use the RectF class in Rect.h, though, right? Edit: Just did that, seems to be working fine, I'll delete My RectF class Edit2: ...
by Zedtho
March 2nd, 2018, 5:20 pm
Forum: Everything
Topic: i don't have engine.exe
Replies: 7
Views: 3161

Re: i don't have engine.exe

From other sources I've been told that you should first delete the build (by selecting clean) and then to restart the compiler. Then you should build it again.

Hope it works!
by Zedtho
March 1st, 2018, 3:39 pm
Forum: Everything
Topic: Attack on the Forest
Replies: 57
Views: 21001

Re: Attack on the Forest

Thank you so much for helping! I'll be sure to fix all of the problems! I'll make sure to watch Chili's video on inheritance too now that I think of it :P