Array size without specifying?I am doing a program that requires me to process employees pay. Once the process is ended, the array...
Cannot key in more than 10 chars.That will do exactly what i need. Wasn't aware of the .length function. Thanks a lot.
Cannot key in more than 10 chars.I am looking for a method to ensure that a user doesn't go over the limit of 10 characters entered i...
Decimal Place FormattingUsing this code within a loop: [code] cout << "$" << setprecision(2) << fixed << total; [/cod...
Using gotoxy in a loop.Yes that's exactly it, i have tried playing with the coordinates in different ways but i can't seem ...
This user does not accept Private Messages