system()

It can be recorded from the command system(*); in some file with use Win32. For example, the command system(netstat)? Or some other command?
closed account (1vD3vCM9)
A Recommendation: DON'T USE system();
Why not ?
closed account (1vD3vCM9)
There are many discussions and articles why not to use it.
biggest reason is because it's not multi platform.

Google: C++ why not to use system()
There are many discussions and articles why not to use it.
biggest reason is because it's not multi platform.


That's not a valid reason for me - not everybody wants to write multi platform code.
But system() is, in itself, multi-platform. It is part of C standard library.
I've found what I needed. Thanks. :)
Topic archived. No new replies allowed.