Quote Originally Posted by Paul McKenzie View Post
If that's the case, then you can't use C++. Your attempt is making my point concerning confusion between the two languages.

Why are you using cout and cin, which are C++ concepts? You should be using printf() and scanf(), respectively. If you need to write this in 'C', then get 'C' books and tutorials, not C++ tutorials/books. You should forget that C++ even exists.

Regards,

Paul McKenzie
Thanks Paul. Will do.

I can't find any topics on the "<<" I am using. How do these normally work?