vector <string> mystring;
mystring.push_b ack("Hello World");
but when i print after the insertion then i get ("hello") and ("World") as different string.
i need to get ("Hello World ") As one string..
pls help me..