string with a name , variable?

Dec 4, 2013 at 10:12pm
What does the inv mean?

string s="hello", inv;
Dec 4, 2013 at 10:22pm
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.