User profile: Allenmy

User info
User name:Allenmy
Email:allenyoung@ymail.com
Name:Allen
Bio:I'm new at programming but I do enjoy it. I am currently going for Computer Game Programming and hope to graduate that.Then maybe move on to Graphic Design. But if you have any tips or pointers I would like to listen and learn.
History
Joined:
Number of posts:13
Latest posts:

Selection Sort in a payroll program
so where you say char employee name 20 in the brace make it MAX2. So if you wanted to change anythin...

Selection Sort in a payroll program
Yes declare it just after using name space std; should look like this const int MAX = 59; ...

Using a Pointer as the String
Thank You for the help

Selection Sort in a payroll program
after you are all done with doing your statements with that array. Then you want to use the function...

Using a Pointer as the String
I got the for loop to work this is the setup I used. Since you cant say .length() with a pointer I l...