System() is a system specific function. Therefore, if you're your going to use it, then you must include a header file that contains the hooks to the 'system' you're running. A unix environment is going to have different system calls than say a DOS environemnt.<br>
<br>
As I understand it the...