Category:
Technology
Tags:
std namespace in C++
Namespaces in C++ (namespace) permit clients to bunch named substances like classes, techniques, factors and works in a smaller namespace scope as opposed to involving in the worldwide degree. This forestalls name clashes between classes, techniques, capabilities and factors in enormous ventures. Namespaces coordinate the components of designers into various intelligent extensions alluded to by names. In this way, various clients (or namespaces) may utilize same technique names and factors in various running cycles.



