Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
C++ system() controlling called app
Name: neal Date: July 23, 2008 at 11:33:52 Pacific OS: win XP pro sp3 CPU/Ram: athlonx2 6000+/4GB Product: home build
Comment:
Hi, I'm trying to write a program in C++ using VS 2008 that will do some file processing, then call a program called scip (http://scip.zib.de/) and get scip to use a temporary file I have generated. The problem I am having is that once my program has called scip, scip then 'takes control' of the window; when I do this:
the line sent by cout doesnt appear until I type 'quit' and scip returns control back to my program, which then dumps 'read"stableset.lp"' on the screen. I don't know if it's relevant or not,but when you run scip in the command prompt, the prompt changes from 'C:\zimpl\scip>' to SCIP\> If anyone knows how I can then send commands to scip using my C++ program I'd be very grateful. Thank you.
Summary: Hello everyone. I have a problem that i canīt seem to find the answer for. I want to know the current location from where my .exe file is executed, much like in Unix where i do a system() call and i...
Summary: pretty much finished getting my little app to run and have a question about the system() command. i'm using a command line app called nconvert to process photos. i use a command similar to this fro...