Forum: C++ Nov 30th, 2008 |
| Replies: 6 Views: 488 Ugh, talk about a brain fart of massive proportions. A good learning experience though. Maybe someone should add that part to the GCC FAQ, heh.
Though could you tell me more about about Makefile... |
Forum: C++ Nov 30th, 2008 |
| Replies: 6 Views: 488 Thanks for the look, perhaps I should've asked about posting it in the first place. The missing brace is most likely a typo in the code that I had to modify before posting. But anyway...
Here it... |
Forum: C++ Nov 28th, 2008 |
| Replies: 6 Views: 488 Hi!
Thanks for the reply. After reading your post and looking through my code, I think that could possibly be the problem. In my more-derived class, I do have a reference to another class which... |
Forum: C++ Nov 28th, 2008 |
| Replies: 6 Views: 488 Hi
So I've been developing this game for a game design class for most of the semester. While I'm not new to C++ and Object Oriented Design, the theory of it is often a lot easier to comprehend... |