I would like any info or a point in the right direction, on how to make a c++ program open another, like a text file or ms word.
any help would be appreciated.
Hey, use double backslashes \\ in C literal strings!..
Beware: system() function executes as synchroneous commnad, it will pause the application. Better follow Salem's/Ion's advices (use CreateProcess or ShellExecuteEx)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.