User profile: Chaost

User info
User name:Chaost
Name:Tommy René Sætre
Bio:Beginner/Intermediate at C++.
History
Joined:
Number of posts:22
Latest posts:

Operator Overloaded My Brain
I'm not ENTIRELY sure this is the main cause of the issue, considering your error is "system could n...

what is the use of single colon in c++.
In your example, it is what the above questions have told you, however, it has 1 more use. The singl...

Detect numeric keys with few statements
That's the solution I ended up with, seems it's the tidiest way to accomplish this

Detect numeric keys with few statements
I have to detect key input from the keypad (1-9) as well as whether CTRL/SHIFT/ALT was held down at ...

External text handling
Sorry for the late reply, thought this post was dead. I may resort to using one of those API's as a...