system_exec()
- Posted by Tone Škoda <tskoda at email.si> Mar 28, 2005
- 559 views
i found out that system() and system_exec() dont return until the called program finishes. so what can i use instead that will return immediately? non-win32 specific.
i found out that system() and system_exec() dont return until the called program finishes. so what can i use instead that will return immediately? non-win32 specific.