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.
Run external processes in C++?
Name: Leo the 28C (by Sulfurik) Date: October 14, 2005 at 11:19:45 Pacific OS: MS-DOS 5.0 boot floppy CPU/Ram: May vary...
Comment:
Hello everyone! :-D OK, I looked all over Google but I didn't find anything on this! How come?! I need something like:
process_start("foobar.exe -f hello.jpg");
Anyone know? I need it to work under G++... Thanks! ;-)
Summary: hello Does anybody know how to fix or find the problem of this error/message (run-time check failure #2). At first I run the program in C++ 6.0 but I have install a new version VS2003.net which has ...
Summary: i m not good at c. could anybody please tell me how to use exec (execl) function to run a program in c. i have found many notes on the web, but no examples, so i write my own, but doesnot work. #inclu...
Summary: I'm new to C++, but I need to create a program that will allow me manipulate certain values in a text file. Let's say I have text file that looks like this: Number of oranges: 5 Number of apples: 12 ...