huangblue / usefuladdress

0 stars 0 forks source link

C编译器和IDE及相关环境 #15

Open huangblue opened 6 years ago

huangblue commented 6 years ago

1 gcc
http://gcc.gnu.org/ The C compiler developed by the Free Software Foundation (FSF) is called gcc. It’s also used by Apple on their Mac OS X systems.You can download a C compiler for no charge from this Web site.

2 MinGW www.mingw.org If you want to get started writing C programs in a Windows environment, you can get a GNU gcc compiler from this Web site. Also consider downloading MSYS as an easy-to-use shell environment in which to work.

3 CygWin www.cygwin.com CygWin provides a Linux-like environment that runs under Windows.This development environment is available at no charge.

4 Visual Studio http://msdn.microsoft.com/vstudio Visual Studio is the Microsoft IDE that allows you to develop applications in a variety of different programming languages.

5 CodeWarrior www.metrowerks.com/mw/products/default.htm Metrowerks offers professional IDE products that run on a variety of operating systems, including Linux, Mac OS X, Solaris, and Windows.

6 Kylix www.borland.com/kylix/ Kylix is the IDE product sold by Borland for application development under Linux.

huangblue commented 6 years ago

手册 www.gnu.org/manual/manual.html

Here, you’ll find a plethora of useful manuals, including ones on cvs, gdb, make, and other Unix command-line tools as well.