User profile: cncfan

User info
User name:cncfan
Name:Brodie Brenna
History
Joined:
Number of posts:2
Latest posts:

GetAsyncKeyState - How to check when key is released?
A potential solution is to try a nested if statement. [code] while(1) { if (GetAsyncKeyState(VK_...

char array help
It wont display the char amy, i dont want to do cout statements each time. [code]#include <iostream...