Hi everyone, I'm an absolute beginner when it comes to C++, or any other programming language for that matter. I only just started yesterday and I've been reading in a few books and on different sites for already written code etc.
The thing i see though is that return 0; and return (0); are both used.
So my question is this: Is there any difference between the two, is one the old way of doing things, or the other way around?
Also, in every example I've seen so far "#include <iostream> and "using namespace std;" has been included. Now I know that iostream gives me the possibility to use cout and cin etc. but I'm uncertain as to what namespace std; does and if it's needed to use if I'm not using more than one library.
Any help or comments given would be appreciated.
Thanks -- Ymabob