What's wrong in this program.plz tell me

Pages: 12
Nov 22, 2012 at 3:27pm
The purpose of writing using namespace std; is that

The program will know to look in the std library to find the object. Namespace std contains all the classes, objects and functions of the standard C++ library.
Nov 22, 2012 at 3:49pm
JAZAKALLAH alam.so after writing using name space std we do not have to write other directives like <math>,<string> etc.?am i right?
Nov 22, 2012 at 3:57pm
closed account (z05DSL3A)
http://www.cplusplus.com/doc/tutorial/namespaces/
Nov 22, 2012 at 5:32pm
And a rusty nail is good enough for digging red-hot shrapnel out of your arm.
Dev-C++ is good enough for C++03.
Nov 22, 2012 at 5:34pm
The real point is not what anyone chooses to use.
It is what they choose to recommend.

The two may not be the same.
Topic archived. No new replies allowed.
Pages: 12