+ 1
what’s the different between cout<<“This;<<“is; and cout<<“This is;
They are the same when print on window!
4 Antworten
+ 10
They don't have a difference.
+ 10
When you want to work with variables and other stuff.
int x = 42;
cout <<"Variable value: "<<x;
+ 2
So what’s the point of the first one
+ 2
Oh I got it thx