+ 1

what’s the different between cout<<“This;<<“is; and cout<<“This is;

They are the same when print on window!

11th Nov 2017, 11:18 AM
han
han - avatar
4 Answers
+ 10
They don't have a difference.
11th Nov 2017, 11:19 AM
qwerty
qwerty - avatar
+ 10
When you want to work with variables and other stuff. int x = 42; cout <<"Variable value: "<<x;
11th Nov 2017, 11:30 AM
qwerty
qwerty - avatar
+ 2
So what’s the point of the first one
11th Nov 2017, 11:22 AM
han
han - avatar
+ 2
Oh I got it thx
11th Nov 2017, 11:31 AM
han
han - avatar