Wow! Just a couple of hours and 11 replys. Thanks!
After reading all that, I will keep using projects, overkill or not for a 20 line program.
Also, I have noticed that if you ask any two c++ programers about
using namespace std;, you almost always get an arguement out of it. :lol:
For myself, I am trying to learn C++ from a book (
this one) so for now I will just go along with what the book shows. That happens to be
using namespace std; inside any function that uses it, insted of being global (as of chpter 4).
I am personaly not going to type
std:: in front of every
cout and
cin I use. Not being a very fast tiper, I need the time savings.