User profile: dolle39

User info
User name:dolle39
History
Joined:
Number of posts:13
Latest posts:

Best practices for checking valid input in OO design?
What is the best practices for checking valid input in a Object Oriented design? Consider the fol...

Best class design for game with player moving in a room?
Well that was basically what I proposed (I think???) with a GameHandler class which validates the mo...

Best class design for game with player moving in a room?
I am trying do implement a player walking inside a room with specific boundaries. However, I dont kn...

How to use the Detour library in C++ properly for a simple hook of a function with known memory adress?
I am having trouble to get my first hook using detour to work. I am using Detour 3.0. My code com...

Guessing Game Problem
I am having a problem with an C++ problem. The description can be found at UVA: http://uva.online...