<div>so i have a program that takes standard input as input.  it's run from a shell like so:</div>
<div> </div>
<div>echo -e "blah blah blah" | <program> <options> </div>
<div> </div>
<div>my question is how would i do this in like C/C++ code?  how do i in c/c++ take standard input and pipe it to this program as input?</div>