Running another program and reading it's stdout

S

Stuart Moore

I've tried searching for the following, but I've had no luck.

I want to execute another program from within my C++ program, and read
it's stdout in a similar way to reading from a file. I do not need to be
able to send data to it's stdin.

I'm using g++ on linux, but would prefer a compiler independent option
if one exists.
 
I

Ian Collins

Stuart said:
I've tried searching for the following, but I've had no luck.

I want to execute another program from within my C++ program, and read
it's stdout in a similar way to reading from a file. I do not need to be
able to send data to it's stdin.

I'm using g++ on linux, but would prefer a compiler independent option
if one exists.

Ask about popen on comp.unix.programmer.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top