tic tac toeI am making(attempting) a tic tac toe game. I know this is just the basics, but can someone help me...
using namespace std; OR std::So, from now on I should use std::? thanks guys,
using namespace std; OR std::Would using the whole namespace be bad for practice? or is it just preference?
using namespace std; OR std::Which is correct? Which one is better/worse? whats wrong with each? [code] #include <iostream> ...
Eporting to a text fileJust a few questions; I see a lot of people not using "using namespace std;", instead, they are ...