Annoying Runtime Error With VectorsYou do not have to store the last checked position because you are changing the search range each t...
Use of pointersI 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 StructureYou probably used std::string name instead of string name.