Set numbers in a for loopHow about this: [code] int i=1; for(auto& e : persons) { cout << left << i <<...
Problem with looping back to start of the loopPlease don't do like programmer007 gave as answer: [quote]just to make the work easy use a goto stat...
Input Validationfunction definitions must be outside of functions (including main function) by the way where does i...
convert character integers to integers[code]no[1]-'0'[/code] gives the digit contained in position 1 (we substract the ASCII code of 0 fro...
Determining modeyou forgot to reinitialize counter to 1 in else in the for loop in mode
This user does not accept Private Messages