Is not needed.Code:#include <stdio.h>
"std::" is also unnecessary because you declared the namespace to std. You only need to use the std class from the #include <iostream> when you don't have
Code:using namespace std;
Is not needed.Code:#include <stdio.h>
"std::" is also unnecessary because you declared the namespace to std. You only need to use the std class from the #include <iostream> when you don't have
Code:using namespace std;
Damned six line limit! *NERD RAGE*Originally Posted by Epic of HITB
Bookmarks