Sup, I'm writing a C++ program that has all of these built in programs(just simple conversion or game progs), and I'm putting one in that opens up external programs like Safari or Word. I know how to do it in windows (#include <stdlib.h>... system("C:\\folder\\program.exe"). But SYSTEM doesn't work in mac or xcode... please can someone tell me how to do this?
