skip to main
|
skip to sidebar
my c/ c++ notes
Thursday, October 21, 2010
error: invalid operands of types ‘const char
code.cpp:126: error: invalid operands of types ‘const char [5]’ and ‘const char [2]’ to binary ‘operator+’
message = string("DATA" + "\n");
to
message = string("DATA\n");
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
►
2011
(1)
►
February
(1)
▼
2010
(10)
▼
October
(1)
error: invalid operands of types ‘const char
►
September
(1)
►
June
(3)
►
May
(5)
►
2009
(9)
►
August
(2)
►
July
(7)
About Me
skomra
Your lover is the person waiting for you at the end of a movie.
View my complete profile
No comments:
Post a Comment