The compilation tag has no wiki summary.
10
votes
3answers
270 views
64-bit platform for game?
until now I've seen that many games are still compiled in 32-bit architecture although nearly 50% of current windows users are on 64-bit O/S? why is it? if the reason is for getting larger audience ...
3
votes
1answer
252 views
Variables in static library are never initialized. Why?
I have a bunch of variables that should be initialized then my game launches, but must of them are never initialized.
Here is an example of the code:
MyClass.h
class MyClass : public BaseObject {
...