User profile: sherringtonjr

User info
User name:sherringtonjr
Name:Steve Herrington
Location:Seabrook, TX
Bio:Beginner Programmer
Statistical data
Birthdate:Jan 28, 1978
Gender:Male
Occupation:Student
Skills:C++
History
Joined:
Number of posts:12
Latest posts:

Help with C++ Homework assignment
Caprico, thanks. fiesta, a for loop goes like this for(initialization; expression; increment). So ...

Help with C++ Homework assignment
I'm thinking maybe a FOR loop with a nested if else if statement. something like this. [code] for(...

Help with C++ Homework assignment
cout is << cin is >> I'm a beginner in C++ also. Don't know if this is different here, but you may...

Classes and Objects
I keep getting errors when I debug this code, but I don't understand why it's telling me this. Espec...

Don't understand error msg!
Worked like a charm. Thank You