17 years ago
Highlights
Community contributions featuredAre you familiar with the game golemizer? (www.golemizer.com)In essence, it is a morpg with a player guided economy. The economy of the game is somewhat complex, and you can …
17 years ago
18 years, 7 months ago
First off, I have been programming in C++ for some time, but not really in the right way... so what I'm trying to do right now is to learn OO programing, as oposed to "C with cl…
18 years, 11 months ago
The iteration statements are discussed in the page 79 of book zero. I have some doubts about them (I've had them since C++ actually)... First of, is there some way to get out of…
19 years, 2 months ago
It is said in the end that, although a class inherits the private members from it's base, it cannot access them. Then it proceeds with the following example: class A { int x; st…
19 years, 2 months ago
Latest Activity
See all in DiscussionsAre you familiar with the game golemizer? (www.golemizer.com)In essence, it is a morpg with a player guided economy. The economy …
17 years ago
As far as I know, when you call siSprite=m_vSprites.erase(siSprite); the vector might be reallocated, so it makes your iterator no …
18 years, 7 months ago
Well, this is a link that helped me get started, when trying to develop to the Palm (Garnet OS): ACCESS …
18 years, 7 months ago