User profile: seeplus

User info
User name:seeplus
History
Joined:
Number of posts:6107
Latest posts:

Console game missues
L212. No. You have it reversed! //Initialize and set [b]oldY[/b] to the [b]mPosY[/b]. Also, as ha...

Console game missues
[quote]But I'm still confused as to the purpose of getting the old x and y to begin with[/quote] Ol...

Console game missues
[quote]I dont like how the guy implemented it in his code though, perhaps that would be a good chall...

Console game missues
When developing a game, the most important part is the design of the game. What's the objective, how...

parsing durations using %q or %Q??
Maybe something like: [code] #include <chrono> #include <iostream> #include <string> #include <unor...