Thanks for all the help so far, but I am a beginner and may have many more questions to come. How can I clear the screen (I knew my commands could make the program unusable on some computers without those, but I had no idea how to get around it.)
Don't. It's not necessary except in few cases, and it's not protable from system to system or compiler to compiler. Just output a few extra lines to separate output sections.
How do i create a string, and why not simply use a character array?
Instead of char varName[100];
use string varName;
You can still access individula characters by varName[i]
Also on a somewhat different subject, I am 14 years old and would like to know if i am getting a headstart at all. Thanks again,Brent.tc at email removed
If you know a lot of 14 year olds programming C++, then no. I don't so I'd have to say yes...