C language compiler URL

Many people want to learn C language, the following provides the relevant C language compiler.

  • DEV-C++
  • Dev-C++ is a lightweight C/C++ integrated development environment (IDE) suitable for beginners in a Windows environment. It is a free software that distributes source code in compliance with the GPL license agreement. It integrates many free software such as GCC compiler, GDB debugger and AStyle format organizer in MinGW. The original development company Bloodshed stopped development after 4.9.9.2, so Orwell continues to update and develop the latest version: 5.11.
  • Dev-C++ download address
  • Other version: sourceforge.net (only the first one is correct)
  • Applicable version of Windows 7 (this is my computer and this is the compiler I use)
  • Microsoft Visual Studio
  • Microsoft Visual Studio is the full name of VS. VS is a series of development kits of Microsoft Corporation. VS is a basically complete set of development tools, which includes most of the tools needed in the entire software life cycle, such as UML tools, code control tools, integrated development environment (IDE), and so on.
  • VS download address
  • Code::Blocks
  • Code::Blocks is an open source full-featured cross-platform C/C++ integrated development environment. Code::Blocks is open source software. Code::Blocks is developed by pure C++ language, it uses the famous graphic interface library wxWidgets(3.x) version. For C++ programmers who are pursuing perfection, no longer have to endure the slowness of Eclipse.
  • download link
  • VC++
    
  • VC++6.0 is not only a C++ compiler, but also a visual integrated development environment based on the Windows operating system. VC++6.0 consists of many components, including compilers, debuggers, and development tools such as APPwizard and class wizard. These components are integrated into a harmonious development environment through a component called developerstudio. On the basis of VC++6.0 Enterprise Edition, it is integrated with the official SP6 upgrade production, no serial number, can be used after installation.

C-Free is an integrated development environment (IDE) that supports specialized C/C++ with multiple compilers. Users can easily edit, compile, connect, run and debug C/C++ programs.
Download address

Note: The safety of the download is not guaranteed, the author is not responsible for any loss!

Guess you like

Origin blog.csdn.net/CSDN_C2/article/details/105659085