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
cout difference
cout difference
May 12, 2017 at 4:32pm UTC
Lopus312
(7)
is any difference between
that:
cout <<
"text"
;
and that?
std::cout <<
"another text"
;
I'm using the first one and idk what second is for
May 12, 2017 at 4:36pm UTC
JLBorges
(13770)
See:
http://www.cplusplus.com/forum/beginner/142171/#msg750694
May 12, 2017 at 4:42pm UTC
Lopus312
(7)
thanks
Topic archived. No new replies allowed.