// Example for GNU/Linux #include <cstdlib> int main() { system("/home/user/a.out"); // <- This function doesn't return program standard output! }
Report message to a moderator