I am a newbie on c++

I am creating a console application that has some value in string and using Console::Writeline it will display this value, following is the sample code i am using.

std::string response;
Console::WriteLine(response);

Plz help