[Error] expected ';' before 'people'You need semicolons after each statement [code] for (int count3 =10; count3 >> 0; count3--) { ...
Vectors Issue!!You are going to want to use std::find instead of std::search http://www.cplusplus.com/reference/al...
How can I increase the char capacity?[Code] cin.getline(a,10000,'\n')[/Code] which will store the characters in cin in the char array a u...
How can I increase the char capacity?The best way to do this would be to use an std::string instead of a char array and if you need to us...
HELP PLEASEYou are going to want to use if/else statements here instead of a switch. You can look here for more...
This user does not accept Private Messages