Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any Online compiler you know for C or other languages? [closed]

Any online C compiler that you know which can do the following:

  • Compile and execute the C programs online
  • File handling
  • System functions like exec(), system(), fork()

Or any compiler which does not need installation procedure (I mean that you can just copy paste a folder to run the compiler easily)

Note:Please do not propose Turbo C.I know some online compilers at codepad.org (gcc). I was using codeide.com but its out of service now I think. And as asked above online compiler will be a best advice that you can give for me.

My environment is Windows ... Thanks in advance. Any advices on other Language compilers are also invited

like image 721
Manoj Doubts Avatar asked Feb 07 '09 10:02

Manoj Doubts


People also ask

Is there any online compiler for C?

Online C Compiler (GNU GCC v7. 1.1) helps you to Edit, Run and Share your C Code directly from your browser. This development environment provides you version GNU GCC v7. 1.1.

Which compiler is used for C language?

There are many compilers for C, but we will focus on a free open source version called the Gnu C compiler. (Actually we will use the Gnu C++ compiler, but all C programs compile using this compiler).

What is online C compiler?

C Language online compiler It's one of the robust, feature-rich online compilers for C language, running the latest C version which is C18. Getting started with the OneCompiler's C editor is really simple and pretty fast. The editor shows sample boilerplate code when you choose language as 'C' and start coding!


1 Answers

Just install something like tcc. It's seriously not worth messing around with an online compiling site if you're going to be compiling files on any sort of regular basis.

like image 79
kquinn Avatar answered Oct 27 '22 06:10

kquinn