Tag: namespace
All the articles with the tag "namespace".
-
C++ Scope Resolution Operator (::) Explained for Beginners
Learn what the C++ scope resolution operator :: does, why you write std::cout, how to define class methods outside the class, and how namespaces work.