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
std::string
std::string
Jun 4, 2017 at 6:41am UTC
Flaze07
(231)
hi...I just want to ask something about std::string
so std::string is a class
and std::cout work with it...
I wonder how it works...
does std::string have it's implementation of operator << or there's an auto unboxing just like Java ?
Jun 4, 2017 at 7:33am UTC
integralfx
(897)
does std::string have it's implementation of operator <<
Yes.
http://www.cplusplus.com/reference/string/string/operator%3C%3C/
Jun 4, 2017 at 12:23pm UTC
Flaze07
(231)
Thank you
Topic archived. No new replies allowed.