Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

help with a loop

Name: Anonymous 2010-10-04 8:12

In a console application with C#, i want to do a DO WHILE that continue until i press a key... How can i do?

Name: Anonymous 2010-10-04 9:09


using System.Threading;

do
{
//
} while(!Console.KeyAvailable);

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List