cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
string with a name , variable?
string with a name , variable?
Dec 4, 2013 at 10:12pm UTC
belgarionriva
(46)
What does the inv mean?
string s=
"hello"
, inv;
Dec 4, 2013 at 10:22pm UTC
Ispil
(788)
That's just a second string called inv. They're just being declared on the same line, while the first is also being defined on the first line.
Topic archived. No new replies allowed.