o(╥﹏╥)oSad

WeChat cannot downloadDev C++, but just click on the upper right corner and select open in browser or Safari!
Dev C++

Dev C++

  • Size: 37.05M
  • Language: Simplified Chinese
  • category: programming tools
  • System: WinAll

Recommended for you: DevC++ Code editing tools

      Dev C++It was developed by Bloodshed. After the development was stopped in 2011, it was continued to be updated and developed by independent developer Orwelldevcpp. It is a lightweight C/C++ that runs in the Windows environment. integratedDevelop software.Dev C++Powerful function, not only includes multi-page windows, projectsEditorWait, it’s also built-indebuggerAnd browsers can suit the different needs of different groups. Huajun Software Park provides you withDev C++Free download!

Dev C++ official latest version download

user community

Dev-C++ Bar

Dev-C++ related questions and answers

​​ 1.Dev-C++howHow to adjust it to Chinese?

If you missed the language selection step during the initial installation, you will need to set it up after the installation is complete. The specific setting steps are as follows:

​​ 1. First open the devc++ software. At this time, you can see allEnglish. Click Tools on the menu bar and select Environment Options in the menu to open the environment settings.

2. Next, click the drop-down box in the blue position of the language that pops up, and selectSimplifiedChinese, press Enter to confirm.

3. After confirmation, the software will become the Chinese version.

It’s not difficult to set up. If you need it, just give it a try.

​​ 2. How to set up DevC++backgroundcolor?

The method for setting the background color in DevC++ is as follows:

​​ 1. First open the Dev C++ editor, click the tools menu at the top, and then select editor options.

​​ 2. Next, in the pop-up editor properties interface, switch to the display page card, and you can modify the font type and size in the editor font.

3. If you want to modify the gutter font, you need to check the Use custom font checkbox.

​ ​ 4. Next, switch to the Grammar tab. In this interface, we can select the font type to be set, and then accurately set the font color of this type.

5. First, in the editor properties interface, switchto grammartab and select the Space option.

​ 6. Then click the drop-down box under the background and select a background color you like.

​​ 7. Then return to the main interface of the editor, you will see that the background of the editor has changed.

8. In addition, you can also change the background color of the editor by changing the default theme type.

The above is the solution on how to set the background color, everyone should try it!

What to do if dev c++ has Chinese garbled characters?

1. Check documentscodingWay;
​ ​ 2. Set the character encoding method of devc;
3. Use transcoding tools;
4. Use a professional text editor;
5. Modify the devc configuration file.

Dev C++ software description

      Dev-C++It is a lightweight C/C++ integrated development environment (IDE) suitable forWindows environment for beginners. 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, debuggers, etc. In the project editor, editor, compiler, linker, etc. are integrated, and it also has rich system software-embedded real-time operating system. It provides high-brightness syntax display to reduce editing errors and complete debugging functions. It is suitable for teaching C/C++ language beginners and is also suitable for non-commercial general developers.

Dev C++ official latest version download

Dev C++ product features

This software has both advantages and disadvantages

The advantage is that the software has simple functions and is suitable for beginners of C/C++ language. And has rich system software-embedded real-timeoperating system, this system greatly improves the system operating efficiency. But its shortcomings are also obvious: this Dev-C++ There is no relatively complete visual development function, so there are certain limitations in developing software with graphical interfaces.

Dev C++ installation tutorial

​ ​ 1. After the download is completed, just like installing other software, click on the installation package, and the following picture will appear. The language will be selected as English by default. After the initial installation is completed, the option setting of Simplified Chinese will be selected. Click OK!

Dev C++

2. Click I agree, as shown below!

Dev C++

3. Next, click next by default.

Dev C++

​​ 4. Select the installation path, then click install, and then enter the installation process.

Dev C++

5. When the installation is complete, click finish and then run the software.

Dev C++

​​ 6. After the installation is complete, you will be prompted for language settings. Here you can choose Chinese simplified, fonts, colors, etc.

Dev C++

​ 7. Edit your first C program and run it!


Installation summary: First download the software installation program from this site. After the download is completed, open the exe file and enter the installation wizard. First select the language. English is selected by default. Then follow the prompts to install. After selecting the installation path, enter the installation. After a while, the installation will be completed. At this time, you will be prompted again for language settings. Here you can select Simplified Chinese and fonts. Color and other settings. After the final settings are completed, you can enjoy the software.

Dev C++ usage tips

Dev c++ common operationsshortcut key

​​​Ctrl+/quickly comment on a line, you can also drag the range, and uncomment if you do it again
​​​Ctrl+w close
​​​Ctrl+s save
​​​Ctrl+m Open a new page
​​​Ctrl+ Open the file location
​​​Ctrl+f search and replace
​​​Ctrl+n New
​​​Ctrl+d Ctrl+e delete or copy a line
​​​Ctrl+z Ctrl+y Undo and restore
​​​Ctrl+shitf+w close all Ctrl+shift+s save all
​​​Ctrl+shift+up/down selected area move
​​​f5 debug
​​​compile with f9
​​​f10 run
​​​f11 compile and run
​​​shift+enter code auto-completion
​​​Move the whole to the left by one tab position shift+tab
​​​Move the whole to the right by one tab position tab
​​​Overall code indentation alignment Ctrl+Shift+A
​​​To set and view shortcut keys: click "Tools" on the top row, then click "Shortcut Key Options".

Dev C++ FAQ

1. Compilation error:

Make sure your DevC++ has the correct compiler installed, such as MinGW.

Check the code for syntax errors.

Make sure you include the required header files.

2. Runtime error:

Make sure you link with the correct library files.

Check whether the dynamic link library is installed correctly.

If it is a segmentation fault error, it may be because the program accessed an illegal memory address.

3. Configuration issues:

Make sure the DevC++ environment variables are set correctly.

Check the compiler and interpreter settings in the IDE.

4.DevC++ does not respond:

Try restarting DevC++ or your computer.

Clean up unnecessary plug-ins or toolbars to reduce resource usage.

Update DevC++ to the latest version.

5.File not found:

Check whether the file path is correct.

Confirm that the file is saved correctly.

6. Installation issues:

During the installation process, make sure you select the correct options.

If you have problems installing MinGW, you can try reinstalling or updating MinGW.

7.Compatibility issues:

Some newer operating systems may not be compatible with DevC++. You may consider using WSL (Windows Subsystem for Linux) or other compatible IDEs.

8. Chinese garbled characters:

In the code editor, set the correct encoding format, usually GBK or UTF8.

9. Network problems:

DevC++ sometimes requires a network connection to download missing files or updates. Make sure your network connection is normal.

10. Software crash:

If it is a bug in the software itself, you can try to report it to the developer or find an alternative IDE.

Dev C++ same type comparison

Microsoft Visual C++

Microsoft Visual C++ is a convenient and practical C language programming tool developed by Microsoft, with an integrated development environment. Microsoft Visual C++ has many Microsoft operating components, allowing users to obtain a safe operating environment when running software or games. This software is also an important tool for network programmers in software development.

Download link:http://softwaredownload4.com/soft/578007.htm

pycharm community version

The official version of pycharm Community Edition is a Python editing tool created by JetBrains. JetBrains Pycharm Chinese version supports intelligent code completion, code inspection, dynamic error prompts, automatic code reconstruction and other functions. JetBrains Pycharm software has become an essential tool for professional Python developers, which can effectively improve users' work efficiency.

Download link:http://softwaredownload4.com/soft/10051811.htm

Dev C++ update log

Fix: If the structure browser is opened by default when devcpp is started, the content will not be displayed.

Fix: Source file not re-parsed before starting to rename symbols

Change: When renaming a symbol, the modified file is no longer automatically saved

Fix: When the number of automatically saved editor cursor historical position records is greater than 500, devcpp errors

Fix: When multiple files are opened at the same time and closed one by one, an error occurs when closing the last file

Fix: When reparsing the project, an error may occur

Fix: The height of the table in the version information page of the project options dialog box is incorrect

​​​​​Fixed: Code completion prompts are displayed after ‘unsigned’ and ‘signed’

Function enhancement: Click the "Add compiler settings from folder" button in the compiler options dialog box to add the corresponding Release/Debug/Profile configuration

Function enhancement: Optimize the "processing of positioning the current file in the file view"

Huajun editor recommends:

Looking around, there are software similar to this software everywhere on the Internet. If you are not used to this software, you might as well try AlphaEbot action editing software, He Xiaoxiang programming client, .NET and other software. I hope you like it!

Version: v6.7.5 Green Chinese version | Update time: 2024-10-31

Similar recommendations

Latest updates

Dev C++ Review

  • 1st floor Huajun netizen 2022-02-16 08:43:01
    The Dev C++ interface design is easy to use and has rich functions. I highly recommend it!
  • 2nd floor Huajun netizen 2022-02-10 05:12:30
    The overall feeling of Dev C++ is good and I am quite satisfied with it. The installation and operation are very smooth! It went very smoothly following the installation step-by-step instructions!
  • 3rd floor Huajun netizen 2022-01-18 21:45:14
    Dev C++ is not bad, the download is very fast, I give you a good review!

Recommended products

Everyonealso likeThese:

+

This application has not passed real-name authentication. You can download it through the mobile assistant.

CancelOK