[C++] Online compilers
I find that online compilers are very handy. Here are the ones that I’ve tried so far…
- ideone, which is probably the most famous
- coliru, which allows to customize the command line
- webcompiler, which uses Visual C++
- wandbox, which virtualy supports every version of GCC, Clang and Boost.
- godbolt, which show the assembly code for x86, ARM, AVR and PowerPC