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

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -