what is dev c++

藏色散人
Release: 2020-03-03 09:56:43
Original
10223 people have browsed it

what is dev c++

What is 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 and the source code is distributed under the GPL license agreement. It integrates many free software such as the GCC compiler, GDB debugger and AStyle format organizer in MinGW. The original development company Bloodshed stopped development after developing 4.9.9.2, so it is now continued by Orwell Company to update and develop, the latest version: 5.11.

Recommended: "C Tutorial"

Software content

Dev-C is a software suitable for Windows environments A lightweight C/C integrated development environment (IDE) for beginners. It is a free software that distributes source code in compliance with the GPL license agreement.

Dev-C uses the MingW64/TDM-GCC compiler, follows the C 11 standard, and is compatible with the C 98 standard. The development environment includes multi-page windows, project editors, and debuggers. The project editor integrates editors, compilers, linkers, and executors. It provides high-brightness syntax display to reduce editing errors, and has complete The debugging function is suitable for the different needs of beginners and programming experts. It is the first choice development tool for learning C or C!

The multi-language version includes Simplified and Traditional Chinese language interfaces and tips, as well as English, Russian, French, German, Italian and other more than 20 national and regional languages to choose from. The software is developed using Delphi.

Advantages and Disadvantages

The advantage of Dev-C is that it has simple functions and is suitable for use by C/C language beginners in teaching.

For example:

(1) It integrates the AStyle source code format organizer. Just click the menu "AStyle --> Format current file" to convert the source code in the current window. The code is quickly formatted according to a certain style.

(2) It provides some commonly used source code snippets. Just click the "Insert" button to selectively insert commonly used source code snippets.

The disadvantage of Dev-C is that its functions are not perfect and there are some logical errors in various aspects. Therefore, it is only suitable for beginners and is not used in commercial-level software development.

For more programming related content, please pay attention to theProgramming Introductioncolumn on the php Chinese website!

The above is the detailed content of what is dev c++. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!