How can I run an external program from C and parse its output ...
I've got a utility that outputs a list of files required by a game. How can I run that ...
For simple problems in Unix-ish environments try popen() . From the man page:.
www.google.com.tw |