The following links demonstrate the C++ program examples on C++ namespaces. Namespaces used widely in defining various third party libraries that can be included together with the standard namespaces in C++ programming. This avoid a lot of the name and scope clashes and overlapped functionalities of the C++ libraries.