User profile: IceStorm

User info
User name:IceStorm
History
Joined:
Number of posts:79
Latest posts:

Mouse click problems
try this [code] if(GetAsyncKeyState(VK_LBUTTON)) { //left mouse button pressed }[/code] I do...

Need help with Structs
So what is the problem?

I can't get my second diver to appear
Try using a do-while instead of a while loop and remove the initialization for ans

Functions using different programs to compile
[code] if (name[i] !== '') word } [/code] What is "word"? EDIT: [code] string firstname; string ...

Tic Tac Toe Game
Please mark this thread as solved if you have solved your issue. :)