标签: c++ c linux terminal fork
是否有可能执行shell命令并在不调用popen()(或system())的情况下读取其输出结果。目标是避免分配程序。
popen()
system()