From 9e65c9e7bcd0c98257c9569de4fee7c844142075 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Thu, 31 Jul 2014 02:41:08 +0430 Subject: [PATCH] Online Compilers --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index adfc77d..47701fa 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin - [Miscellaneous](#miscellaneous) - [Software](#software) - [Compiler](#compiler) + - [Online Compiler](#online-compiler) - [Debugger](#debugger) - [Integrated Development Environment](#integrated-development-environment) - [Static Code Analysis](#static-code-analysis) @@ -313,6 +314,14 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [Microsoft Visual C++](http://msdn.microsoft.com/en-us/vstudio/hh386302.aspx) - MSVC, developed by Microsoft. * [LLVM](http://llvm.org/) - Collection of modular and reusable compiler and toolchain technologies. +## Online Compiler +*List of online C/C++ compilers* + +* [codepad](http://codepad.org/) - An online compiler/interpreter, and a simple collaboration tool. +* [CodeTwist](http://codetwist.com/) - A simple online compiler/interpreter, where you can paste your C, C++ or Java code and execute it online and see results. +* [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. + ## Debugger *List of C/C++ debuggers*