luckyresistor.me
How and Why to use Namespaces - Lucky Resistor
Namespaces are a feature of C++ which address the problem of name conflicts. There is a “global” namespace, where everything lives which was declared without namespace. Especially the A…