what do namespace meant in C++? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

what do namespace meant in C++?

26th Jan 2018, 3:57 AM
himanshu kabra
himanshu kabra - avatar
2 Respostas
+ 3
AĀ namespaceĀ is a declarative region that provides a scope to the identifiers (the names of types, functions, variables, etc) inside it.Ā NamespacesĀ are used to organize code into logical groups and to prevent name collisions that can occur especially when your code base includes multiple libraries.
26th Jan 2018, 5:11 AM
šŸ¦‹FEATHERšŸ¦‹
šŸ¦‹FEATHERšŸ¦‹ - avatar