User: vlkon

  • Public profile

User profile: vlkon

User info
User name:vlkon
History
Joined:
Number of posts:24
Latest posts:

Interrupting loop using keyboard input
OK, I tried some code if it is what I want but [code]GetAsyncKeyState(VK_SPACE)[/code] [b]is not goo...

Interrupting loop using keyboard input
Thank you for the good advices. I will try it as soon as I have some time.

Interrupting loop using keyboard input
There is not much UI in this application. It is console program and it only prints which iteration s...

Interrupting loop using keyboard input
Hello, I was wondering if there is a simple solution to my problem - interrupting infinite (or very...

2d dynamic array help please?
I think you didn't delete the array as you should. [code]int** a= new int*[row1]; for (int i=0; i<ro...

This user does not accept Private Messages