vector::push_back( someClass ) odd behaviourThe capacity is how much size the vector has reserved. The general standard is for the capacity to d...
How can i make C++ wait? with out stoping other functions?[quote]But that's a waste of resources in lightweight games.[/quote] It's best practice its how a...
How can i make C++ wait? with out stoping other functions?Sleep should never be used in games, You need to look up Frame Rate Independent movement Basic...
C++ questionC++ Primer Plus 5th Edition seems pretty solid. But I have not read as many C++ books as I should...
can anyone explain this for me?This is how it works, but its been a while since I looked at it. f score is just a total of g a...
This user does not accept Private Messages