Hello!
As far as I know, in C++ it is possible to redirect output into streams. I now got the problem that I have to work with some data I get back from a system-command. I call that command with system("foo"); , but unfortunately it writes the command output to stdout. I tried "ostringstream...
Hi!
I'm currently working on a lean tool to do some basic monitoring of my companies network equipment. I could do it in a perl-script or even a shell script, but for the sake of robustness I decided to do it in C++ (that's also what my boss suggested me to use ;-) ). Now I'm looking for some...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.