How can i get out from this loop ???
Posted: Mon Mar 01, 2004 5:13 am
hi i'm new to this message board . so if anybody would kind enough to answer my question i'd appreciate it very much
the question is how can i get out from this loop ?? or what is the condition so the loop will end ???
int a;
while( cin >> a )
{
cout << a;
}
thanx !!
the question is how can i get out from this loop ?? or what is the condition so the loop will end ???
int a;
while( cin >> a )
{
cout << a;
}
thanx !!
