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.

Length calculator feet and inches

In my if statement (LengthCalculatorOption == 1), I want to convert, for example, 187.96cm to feet and inches, such as 6feet 2ins. …

c# console-application calculator
How can I keep running a loop until the key is pressed (C++)

I know this question has been asked several times on the net, but I could not find any of those …

c++ macos console-application keyboard-input
How to connect to ORACLE DB without oracle client or tnsname

Is there any way to connect to Oracle DB without installing oracle client or using tnsname ? The application needs to …

c# oracle console-application tnsnames dbconnection
MissingMethodException: no parameterless constructor defined for this object

I am trying to call a class of a dll from my console application. All the classes which I am …

c# dll console-application missingmethodexception
How is a Scoped service instance handled in a .NET Core Console application?

I copied this from ConfigureServices in a web application I'm building, where I'm trying to move away from the web …

c# .net dependency-injection console-application .net-core
Problems debugging simple console program :: CLion

I am trying to learn basic C++ after being a Java developer. So I decided to give CLion a try. …

c++ console console-application clion
Windows Console Application Getting Stuck (Needs Key Press)

I have a console program that has different components that run like this: void start() { while(true){ DoSomething(); Thread.Sleep(1000*5); } } …

c# automation console-application
Message pump in a console application

I have a fairly simple console application written in .NET. Sometimes the application is run in batch mode without an …

c# .net console-application message-pump
how to use the browse folder dialog in console application

I created a program that monitors what happens to the files inside a directory. For example if I add a …

c# console-application folderbrowserdialog
System.IO.IOException when calling System.Console.WindowWidth

When making calls to any one of System.Console.BufferWidth, System.Console.CurserLeft or System.Console.WindowWidth I am greeted …

c# console console-application psexec