cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
What's wrong in this program.plz tell me
Page 2
What's wrong in this program.plz tell me
Pages:
1
2
Nov 22, 2012 at 3:27pm UTC
Alam
(17)
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 UTC
MUHAMMAD12
(10)
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 UTC
closed account (
z05DSL3A
)
http://www.cplusplus.com/doc/tutorial/namespaces/
Nov 22, 2012 at 5:32pm UTC
Catfish2
(666)
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 UTC
Chervil
(7320)
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:
1
2