WallShadow wrote:LoGiCaL__ wrote:better off using std::cout << <br>drop using namespace std
Really? Why would you drop the namespace std? It makes it much easier to work with a program with a million cout << and endl.
Check this link out: http://www.parashift.com/c++-faq-lite/coding-standards.html#faq-27.5
Also, I urge you to check out the rest of that site it is pretty informative.



