console-application
using getch() to hold command prompt open Visual C++ 2010
Im currently learning c++ from a book called \'Ivor Hortons Beginning Visual c++ 2010\'. In all the examples i\'ve attempted so far I\'ve had to use getch() 开发者_开发百科to hold open the command pr[详细]
2023-04-06 05:57 分类:问答Viewing output of multiple .Net console apps in one place
I have a C# console app which I\'m deploying around 20 times (with different config settings) and running. As you mi开发者_C百科ght imagine it\'s hard to keep an eye on what\'s happening with 20 apps[详细]
2023-04-05 22:32 分类:问答c# console app using thread
I have a console app. I need to implement a do while that loop infinitely and a thread that at every 3 seconds returns a list of items from a page. How can I do that? I have a methold called getId( st[详细]
2023-04-05 22:28 分类:问答How can I obtain console application output when running it as a process in a C# DLL file?
I am working on method in a DLL. In my method I have been writing to the event log to allow me to determine whether thing开发者_如何转开发s are working as I expect. One of the tasks I do in the method[详细]
2023-04-05 20:08 分类:问答Is there a way to prevent new console app projects from defaulting to .NET Framework 4 Client Profile?
In the New Project dialog of Visual Studio 2010, under Installed Templates->Visual C#... if I cho开发者_C百科ose Console Application and make sure .NET Framework 4 is selected in the drop-down menu ov[详细]
2023-04-05 17:31 分类:问答Different C# apps accessing database through Linq to Entities
I have a C# console application which does some processing and then writes to the database. I have it deployed multiple times on a server with different config settings to do slightly different things[详细]
2023-04-05 14:20 分类:问答CPU friendly infinite loop
Writing an infinite loop is simple: while(true){ //add whatever break condition here } But this will trash the CPU performance. T开发者_如何学Chis execution thread will take as much as possible fro[详细]
2023-04-05 01:32 分类:问答Cannot call a function from a static method
Ok, this may sound like a very novice question.. i\'m act开发者_运维知识库ually surprised i\'m asking it. I can\'t seem to remember how to call a function from inside static void Main()[详细]
2023-04-04 16:14 分类:问答How to publish console app into executable
When I publish my console app I get three files: Application Files (Folder) ClickOnce Application setup There has to开发者_运维百科 be a way that gives me just a .exe that has everything the app n[详细]
2023-04-04 09:43 分类:问答Why is console output so slow?
So I have noticed this while using a few differnt languages on Windows XP, Vista and 7. If you dump a couple thousand lines a second to the console window it generally has a negative impact on the per[详细]
2023-04-04 09:18 分类:问答