Top "Console-application" questions

A console application is a computer program designed to be used via a text-only computer interface, such as a text terminal, the command line interface of some operating systems (Unix, DOS, etc.

String calculator

Hi fellow programmers, I am creating a calculator in C# and I have a string variable math which contains 100 * 5 - 2 …

c# console-application calculator
Avoiding "Press any key to continue" when running console application from Visual Studio

When running a console application in Visual Studio via "Start without Debugging" (Ctrl+F5), the console remains open at the …

visual-studio console-application
How to hide a console application in C#

I have a console application in C#, and I want that the user won't be able to see it. How …

c# console-application hide
Playing sounds on Console - C#

I'm writing a Console application on C# and I want to play a sound when I display texts continuously. This …

c# audio console console-application soundplayer
Add Web Reference option missing in VS2008

I'm trying to add a Web Reference to a VS2008 .Net 3.5 Console Application but the option's not there. The options …

visual-studio-2008 console-application
C# Console Application - Keep it running

I am about to develop a console application that will be required to continually run and carry out work at …

console-application keep-alive
Wrapping a C# service in a console app to debug it

I want to debug a service written in C# and the old fashioned way is just too long. I have …

c# service console-application
Integrate a C# console application with a GUI

I've been developing using C# from scratch for less than 3 months and what I got at present is a console …

c# wpf user-interface console-application windowsformsintegration
showing percentage in .net console application

I have a console app that performs a lengthy process. I am printing out the percent complete on a new …

c# .net console-application
How to create ASCII animation in a console application using Python 3.x?

I would like to port this question to Python (Windows + Linux + Mac Os) How to create ASCII animation in Windows …

animation python-3.x console-application ascii-art