Tscope5
|
The shell commands are identical on Windows, Mac OS X and Linux.
You can compile foo.c or foo.cpp with
If there are no errors in your code, this will produce foo.exe on Windows or foo.out on Mac OS X or Linux.
You can run foo.exe or foo.out with
on Windows or
on Mac OS X or Linux.
If necessary, kill the program by pressing CTRL-C in the shell.
CTRL-L clears the shell window.