I understand that using namespace std;
is problematic (e.g. from reading the answers to "Why is using namespace std
considered bad practice?").
What are good alternatives to importing the standard namespace like that?
I'd like to know what I can do to improve my code.
No comments:
Post a Comment