Tagged Questions
0
votes
4answers
202 views
Actor and Sprite, who should own these properties?
I'm writing sort of a 2D game engine for making the process of creating games easier. It has two classes, Actor and Sprite. Actor is used for interactive elements (the player, enemies, bullets, a ...
-3
votes
1answer
252 views
Why it is C++? [duplicate]
Possible Duplicate:
Why has the industry switched from C to C++?
Since many organizations have demonstarated Object orientation in C and we all know its ABI compatibility that C++ lacks, ...