namespace is working on which compiler?
Answers were Sorted based on User's Feedback
Answer / arvind
Namespace std: All the C++ files standard library declare all of its entities with in standard name spaces.
I worked with g++ complier. It even work with vc++ compilers.I don't about turbo c++.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / poonam
The above answer is true. Namespace works with g++ and vc++
compilers. These are newly created standard library files of
c++. But the namespace doesn't work for turbo c++.
Actually 'namespace std' creates a kind of space for
standard library files to be stored in it. The earlier
extension of '.h' or header files is now not used in c++.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is namespace?
when to use 'mutable' keyword and when to use 'const cast' in c++
What is the differances between a abstract calss and interface
What is multidimensional array?
What do you mean by inline function?
What do you mean by Encapsulation?
write a program to print * * * * * *
what is the main difference between sizeof() operator in c and c++
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is polymorphism oop?
How do you define social class?
what is the usage of clas templates