User profile: sgtjoebear

User info
User name:sgtjoebear
Email:sgtjoebear@hotmail.com
Name:Joseph Eagan
Location:USA
Bio:Served 12 years in The United States Marine Corps, now a Current Software Engineering Student.
Statistical data
Birthdate:May 19, 1976
Gender:Male
Occupation:Student
Skills:C++
Visual Basic
History
Joined:
Number of posts:5
Latest posts:

school assignment finding average
My problem is I keep getting zero as an answer in my program. The program is supposed to add five nu...

Reading and writing into a file
[code]ifstream inFile; ofstream outFile; inFile.open("fileNameHere");[/code] do not forget to clo...

Easier way to write a switch or if statement
I forgot to mention, (because I overlooked it) it has to be a switch statement. I have completed the...

Easier way to write a switch or if statement
Thank you. I was thinking this, but we have not covered it yet. I do know how to do this though so I...

Easier way to write a switch or if statement
This is a Homework assignment, so I do not want the answer just a hint in the right direction. I am ...