S
sivan100
Hi, I am using the following lines in Visual Studio 2008
string word;
while (cin >> word)
how I stop the while loop I try ctrl+z and it write ^Z ,so how I stop
it?
Thanks in advance,sivan.
string word;
while (cin >> word)
how I stop the while loop I try ctrl+z and it write ^Z ,so how I stop
it?
Thanks in advance,sivan.