0

What is the purpose of the keyword "using"?

I don't know

16th Aug 2017, 10:07 AM
Jagadeesh R
Jagadeesh R - avatar
2 odpowiedzi
0
To avoid naming conflicts we use namespaces,By namespaces, we can create two variables or member functions having the same name Using-Directive tells the compiler to use the namespace that is followed eg: using namespace std; it tells the compiler to use the standard library namespace
16th Aug 2017, 10:26 AM
Sai Krish
Sai Krish - avatar
0
thank you
16th Aug 2017, 10:37 AM
Jagadeesh R
Jagadeesh R - avatar