Overwriting the same line on a C# Console

This is a good one which is very useful:

for(int i = 0; i < 100; ++i)
{
    Console.Write("\r{0}", i);
}
http://stackoverflow.com/questions/888533/how-can-i-update-the-current-line-in-a-c-sharp-windows-console-app

Comments

Popular posts from this blog

Tutorial: Using Google Cloud Storage from C# and .NET

Late 2008 Macbook only giving 1.5 gb/s speed with 6 gb/s Intel SSD?

Enable Visual Studio to use more than 2GB of memory