Ad
  • Custom User Avatar

    "using namespace std" is usually fine when your working on small projects. However once you start working on more complex programs, your functions could conflict with the std functions, creating alot of unneeded issues. It's way better in the long run to type the extra 5 keys