Is there anyways to make your application run an external application? Ok so I want to make a lightweight compiler for C, C++, HTML, PHP (the latter 2 I know don't need a compiler, but still). Is there anyways I can run an application from within an application? Mainly gcc and/or g++ ?
Is there a way to do it with Objective-C something like this?
[NSApplication runApplication: @"/usr/bin/gcc"]
Is there a way to do it with Objective-C something like this?
[NSApplication runApplication: @"/usr/bin/gcc"]