User profile: tscott8706

User info
User name:tscott8706
Name:Tim Scott
Location:Madison, AL
Website:http://www.timascott.com/
Bio:My name is Tim Scott, and I'm a software engineer with about 5 years of work experience in C++.

I have my Bachelor's and Master's degrees in computer engineering and software engineering respectively.

I love helping people with their C++ college courses. If you would be interested in tutoring, send me an email at tim@mycpptutor.com or visit my site (www.mycpptutor.com), and we can work something out.

Best of luck with your C++ programs!
History
Joined:
Number of posts:82
Latest posts:

I hope to help me solution
See http://www.cplusplus.com/forum/beginner/8388/ - specifically kevinchkin's example code.

need a help in ( for , while )
This forum does not do homework for you (or at least it's not supposed to). You have to make an att...

I hope to help me solution
Break it down into small, testable steps. 1) Open a file and make sure it opens. Compile and run. ...

Grade Book Using Vectors
The first thing that comes to mind when connecting the two is to use a struct or class that has both...

Looping a switch case menu
Where is the for or while loop? I don't see one in your code.