User profile: Duda

User info
User name:Duda
History
Joined:
Number of posts:4
Latest posts:

Annoying Runtime Error With Vectors
You do not have to store the last checked position because you are changing the search range each t...

Use of pointers
I have no problem running your program. The only thing I see is that you are writing 50 times to th...

Clearscreen flicker...
The easiest way to get rid of the flickering is to erase the old text which is not covered by the ne...

String in a Structure
You probably used std::string name instead of string name.