• You can compile and execute C code everywhere, for example on rescue disks (about 100KB for x86 TCC executable, including C preprocessor, C compiler...
  • You can compile and execute C code everywhere, for example on rescue disks.
  • A test compared different C compilers by using them to compile the GNU C Compiler (GCC) itself, and then using the resulting compilers to compile GCC again.
  • Tiny C Compiler, also known as TCC, is a small C compiler (hence, the name) that also outputs teeny, tiny binaries.
  • Build an executable with TCC: Compile or use the shortcut "F11". ... The Tiny C Compiler is included for Windows plattforms.
  • You can compile and execute C code everywhere, for example on rescue disks (about 100KB for x86 TCC executable, including C preprocessor, C compiler...
  • Free. Windows. Tiny C compiler, programmed in C with compiler/linker/assembler included. VERY fast and mainly usable as a library.
  • About Tiny C Compiler : The Tiny C Compiler (a.k.a. TCC, tCc, or TinyCC) is an x86, X86-64 and ARM processor C compiler initially written by Fabrice Bellard.
  • Unlike other C compilers, it is meant to be self-sufficient: you do not need an external assembler or linker because TCC does that for you.