namespace is working on which compiler?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is purpose of inheritance?

645


What is polymorphism in oops?

563


What is class encapsulation?

605


What is overloading in oops?

598


What is polymorphism and types?

605






Why is static class not inherited?

601


Why is object oriented programming so hard?

616


What is abstraction encapsulation?

663


Why is it so that we can have virtual constructors but we cannot have virtual destructors?

3848


Describe these concepts: Polymorphism, Inheritance and Abstraction.

616


What is inheritance in oop?

605


What is polymorphism explain?

695


write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.

1783


How long to learn object oriented programming?

568


What are two types of polymorphism?

615