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
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
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
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
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
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
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
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()
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
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