User: JewelCpp

  • Public profile

User profile: JewelCpp

User info
User name:JewelCpp
Old user name:Atallah
Name:JewelCpp
History
Joined:
Number of posts:87
Latest posts:

Set numbers in a for loop
How about this: [code] int i=1; for(auto& e : persons) { cout << left << i <<...

Problem with looping back to start of the loop
Please don't do like programmer007 gave as answer: [quote]just to make the work easy use a goto stat...

Input Validation
function 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 mode
you forgot to reinitialize counter to 1 in else in the for loop in mode

This user does not accept Private Messages