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 |
class type to basic type conversion
what are three tenets of object orinted Systems?Why they call like that ? Please answer me. Advance thanks.
How to overload postfix operator in c++
Can main method override?
What is polymorphism ? Explain with examples
Where You Can Use Interface in your Project
why constructor cannt be declar virtually? why destructor cannt be overloaded?
Can bst contain duplicates?
Why multiple inheritance is not allowed?
write a program which best describes polymorphism in real world?
2 Answers CTS, Infosys, NexGen,
tell about copy constructor
What is destructor give example?