Home  >  Article  >  Backend Development  >  What software is needed to learn C language?

What software is needed to learn C language?

藏色散人
藏色散人Original
2019-05-06 11:34:537744browse

C language is a general computer programming language with a wide range of applications. The design goal of the C language is to provide a programming language that can be easily compiled, handle low-level memory, generate a small amount of machine code, and can run without any runtime environment support.

What software is needed to learn C language?

#What software is needed to learn c language?

(1) TC 2.0DOS platform software.

(2) VC 6.0Windows platform.

What are the C language programming software?

These are the more commonly used ones:

1. visual c 6.0 (not easy to use under win8 system, C/C)-Microsoft Visual C;

2. visual studio (2005, 2008, 2010, 2012, 2013) - Microsoft Visual Studio;

3. win-tc is very convenient: 2000/XP/7 can be used;

4 , Code:: Blocks (can be used in win7 and 8);

5, Turb C (can only compile C language);

6, gcc (GNU compiler suite);

7, DEV C;

8, C-Free;

9, Borland C, WaTCom C, Borland C Builder, GNU DJGPP C, Lccwin32 C Compiler3.1, High C, My Tc, etc.,

10. Souceinsight is also commonly used, and Labwindows is used for programming at work to debug and run directly. However, it is only used by technicians with engineering background and work experience.

The above is the detailed content of What software is needed to learn C language?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn