Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by IcedBear

  1. IcedBear

    Redirection of output

    Thank you all, the popen was exactly what I needed :-)
  2. IcedBear

    Redirection of output

    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...
  3. IcedBear

    SNMP Classes for C++

    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...

Part and Inventory Search

Back
Top