Quote Originally Posted by Dynamic View Post
Your last point about not using namespace std, so would doing this be more practical.
Code:
using std::cout;
using std::cin;
using std::string;
...
That is my personal preference.