Tag: programación
-
Have You Thought About Using a Namespace in C++?
As someone originally coming from Python and then learning C++ later, namespaces were a new concept to me. For the longest time, I was interacting with the ones in the standard library, but not really writing my own. However, at one point I was working on a personal project (an emulator if you are interested!)…