Tech-News 18-Oct-2016

Top 10 Online Compiler

Top 10 online comiler site name :

1.) Ideone.com | Online IDE & Debugging Tool >> C/C++, Java, PHP, Python, Perl and 40+ compilers and intepreters

Online IDE & Debugging Tool

www.ideone.com

2.) codepad

codepad.org is an online compiler/interpreter, and a simple collaboration tool. It’s a pastebin that executes code for you. You paste your code, and codepad runs it and gives you a short URL you can use to share it. Paste the URL into chat or email to get help or to show someone how to do something. Or just try things out when you don’t have an interpreter handy. It works well on many phones.

codepad works like a compiler or interpreter, not like the read-eval-print loop of an interactive interpreter prompt. If you want to print the value of an expression, you need to use your language’s print command. If your language requires a “main” function, your program won’t work in codepad without one.

www.codepad.org

3.) Test Drive Comeau C/C++ Online

www.comeaucomputing.com/tryitout

4.) Online Compiler & IDE for C, Java, C# and C++ | Compilr

Free online compiler & IDE. Start writing code in minutes directly from your web browser using Compilr. No installs, no setup, no hassles!

Compiler is an Online Editor & Sandbox,Cross Browser & Device Friendly,Interactive Tutorials & Courses,Import GIT & Remote projects,Customizable interface.

www.compilr.com

5.) Create a new Fiddle – jsFiddle – Online Editor for the Web (JavaScript, MooTools, jQuery, Prototype, YUI, Glow and Dojo,…

Test your JavaScript, CSS, HTML or CoffeeScript online with JSFiddle code editor.

www.jsfiddle.net

6.) CodeRun – Online IDE

www.coderun.com/ide

7.) Online C Compiler | Online C++ Compiler | bOtskOOl

Test your C or C++ code online by using our FREE Online C Compiler | Online C++ Compiler and also post your doubts and queries in our programming forums.

www.botskool.com/online-compiler

8.) GCC Explorer

An intuitive web based tool targeted at C++ programmers and useful for researching,debugging and optimizing code has been made available.

One of the things I spend a fair amount of time doing at work is compiling my C/C++ code and looking at the disassembly output. Call me old-fashioned, but I think sometimes the only way to really grok your code is to see what the processor will actually execute. Particularly with some of the newer features of C++11 — lambdas, move constructors, threading primitives etc — it’s nice to be able to see how your elegant code becomes beautiful (and maybe even fairly optimal) machine code.

Having crafted a web-based tool for exploring the output of the compiler under small tweaks of the code, compiler version and compiler flags, Matt was given permission by his company to open source it.

gcc.godbolt.org

9.) DJGPP Public Access Cross-Compiler

This service is being provided as a convenience to users who need to be able to produce a small DOS program and do not have access to a DOS machine with a compiler on it.

www.delorie.com/djgpp/compile/

10.) Zamples, Inc. Live Online Code Examples.

www.zamples.com