Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

What is the use of ‘using’ declaration.

  Shared By: Adah Miller    Date: Jan 25    Category: C++ Programming    Views: 87

Answer:

A using declaration makes it possible to use a name from a namespace without the scope operator.

Share: 
 
 
 

Didn't find what you were looking for? Find more on What is the use of ‘using’ declaration. Or get search suggestion and latest updates.


Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: