ok so basically i just wanted to know how to add a string variable between text..
eg.
string name;
cout << "Hello,"name"sucks";
i want to know how to do it all in one line since where i use it there are parameters and they don't allow me to make another line like cout.
thnx.