Add 3 online compilers found on isocpp

The following three online compilers I found on https://isocpp.org/get-started is added:
Rextester
Rise4Fun
Wandbox
This commit is contained in:
myd7349
2014-11-18 13:40:10 +08:00
parent 01f0d374cb
commit 74edaf5a4b

View File

@@ -469,6 +469,9 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
* [Compiler Explorer](http://gcc.godbolt.org/) - An interactive compiler with assembly output available.
* [CompileOnline](http://www.compileonline.com/compile_cpp11_online.php) - Compile and Execute C++ online on Linux.
* [Ideone](http://ideone.com/) - An online compiler and debugging tool which allows you to compile source code and execute it online in more than 60 programming languages.
* [Rextester](http://rextester.com/runcode) - Online compiler which provides several compilers(Clang, GCC, MSVC) and several editors.
* [Rise4Fun](http://webcompiler.cloudapp.net/) - Online Visual C++ compiler.
* [Wandbox](http://melpon.org/wandbox/) - An online Clang/GCC compiler with Boost available.
## Debugger
*List of C/C++ debuggers*