+ 1
cout << "This " << "is " << "awesome!";
cout << "This " << "is " << "awesome!"; y u have to typing like this cout << "This is awesome!"; if i type like this will gonna be easier?
3 Respostas
+ 3
The second one is more readable and most people will just combine it into one string, so I would recommend it.
+ 1
so this mean i can type the second right?
+ 1
Yes