cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Best way to use std and where to put it
Best way to use std and where to put it
Dec 29, 2010 at 5:14pm UTC
Gamtester
(4)
I need help on how using std. Is it good to put it as a (using namespace std);
or just put is as a std::(something);? If so do I need to put (using namespace std;) before the int main() or in the int main? Thanks.
Dec 29, 2010 at 5:18pm UTC
GT500
(3)
Take a look at this :
http://www.cplusplus.com/forum/beginner/14325/
Hope to help u ;)
Dec 29, 2010 at 6:25pm UTC
Gamtester
(4)
Thanks.
Topic archived. No new replies allowed.