What is the use of ‘using’ declaration. C++

Q

What is the use of ‘using’ declaration. C++

✍: Guest

A

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

2012-01-05, 2851👍, 0💬