First things first:


You said you would return an int from main. Do so. Zero is standard for success.
system("cls") is OS specific. You should avoid it whenever possible.
If you're...