Couldn't write values to file!
"); fclose($fp); echo "Saved to $file successfully!
"; echo"
Compiling the program $file
Error list:
";
$output1 = shell_exec("g++ $srcpath -o $executable 2>&1");
echo "$output1";
echo "
Running the program:
";
$output2 = shell_exec("echo $stdin | $executable $args");
echo "$output2";
echo "
Enter your code in the left frame and hit run to display the output.
"; } ?>