.h,.c,.cpp实质上都是文本文件,可以用普通记事本打开编辑,也可以用WINDOWS里面的其他任何C或C++编译程序将其编译为exe程序。C-free本身就能编译。
C-free
支持的编译器类型:
(1) MinGW 2.95/3.x/4.x/5.0
(2) Cygwin
(3) Borland C++ Compiler
(4) Microsoft C++ Compiler
(5) Open Watcom C/C++
(6) Digital Mars C/C++
(7) Ch Interpreter
如果你的系统中没有编译器,可能要装一个
“编译”在“构建”里面。