c - Error:unresolved external symbol _popen -


why using popen result in error: failed close command stream under windows?

you have use: _popen , _pclose (yes silly underscore) under windows.

see msdn entry on it; has nice example

now _popening "ps" know whether or not have ps on system.


Comments

Popular posts from this blog

c# - Farseer ContactListener is not working -

Automatically create pages in phpfox -

database - one php page with different contents and urls -