标签: c shell terminal command
可能重复: Capturing stdout from a system() command optimally
我正在尝试调用函数system()并读入它将在命令处理器上产生的输出。
//system acts as a command processor char string[250]; system("ls"); //put result into string return 0;
什么是好的方法呢?