#045 – The number one mistake beginners make
If you’ve seen this program before in beginner tutorials, you’ll know immediately that the material is out of date What using namespace std; actually does using namespace std; is an example of a using-directive. A using directive tells the compiler to consider every name…