Do you like C++?
Do you like the convenience of shell scripts where you just execute the source code without needing a separate build/compile step?
Do you like both so much that you wish you could write shell scripts in C++?
If you’re still nodding, one possible way to do it is to use a shell script in the first few lines to compile and run the rest of the file containing C++ source code. . . . → Read More: Shell Scripting in C++
