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 |
How would you stop a class from class from being derived or inherited.
What is abstraction and encapsulation?
How is data security provided in Object Oriented languages? ?
what is the difference between javap and jad utility
What is difference between #define and const?
What is protected in oop?
what is the function of 'this' operator ?
Write an operator overloading program to Overload ‘>’ operator so as to find greater among two instances of the class.
A file pointer always contains the __________ of the file
What is a friend function & its advantage?
What does it mean when someone says I oop?
can we create and enter the data & hide files using programmes ?