SyntaxFix
Write A Post
Hire A Developer
Questions
In C
#include <stdlib.h> system("./foo 1 2 3");
In C++
#include <cstdlib> std::system("./foo 1 2 3");
Then open and read the file as usual.