Closed. This question needs details or clarity. It is not currently accepting answers. 开发者_开发百科
I need to spawn a child process and talk to it over STD IO. I want to use named pipes to do so. The application that I am writing (which spawns the process) is in C++.
I am currently developing an Android game that is similar to a classic arcade space shooter. Thus far I have almost everything finished, but my code is not quite to my liking and I am trying to find o
I\'m trying to get an application to run whenever a USB device is plugged in: Flash drive, Camera, phone, etc. I\'ll probably start with a simple application like \"Hello World\". So basically, when I
In an application I am developing (in C), a loader app must first be run before the main application is executed. I have made it so the main app runs the loader 开发者_Go百科app as a child when it is
I have an ASP.NET application which needs to run a command-line tool. I want to start it under the same process as the a开发者_高级运维pplication pool so it is subject to the IIS CPU throttling, etc.