Dev C++ Download and User Guide (Detailed Version)

Click the blue text to follow us

[C++ Compiler Installation User Guide]

Dev C++ Download and User Guide (Detailed Version)Dev C++ Download and User Guide (Detailed Version)Dev C++ Download and User Guide (Detailed Version)Dev C++ Download and User Guide (Detailed Version)Dev C++ Download and User Guide (Detailed Version)Dev C++ Download and User Guide (Detailed Version)Dev C++ Download and User Guide (Detailed Version)

Dev C++ is a free and open-source compiler, and it is the designated tool for competitions like NOI and NOIP.

The advantages of Dev C++ are small memory usage, easy installation and uninstallation, and low learning cost, making it very suitable for children learning programming.

When installing this software on Windows, many parents may not know where to start, but actually, installing Dev C++ is just like installing regular software, and it is not as complicated as installing other compilers.

So how do you install this software? Just follow the steps below, and you will be fine~

01

Download Steps

Dev C++ download link:

Dev-C++ download | SourceForge.netDev C++ Download and User Guide (Detailed Version)

👆 Click “Download” to download

02

Installation Steps

After downloading Dev C++, you will get an installation package (.exe program). Just “double-click” that file to start the installation.

1. First, load the installer (it only takes a few seconds, just wait patiently):

Dev C++ Download and User Guide (Detailed Version)

2. Select the language and click “OK” to start the installation:

Dev C++ Download and User Guide (Detailed Version)

Dev C++ supports multiple languages, including Simplified Chinese, but you have to wait until the installation is complete to set it. You cannot use Simplified Chinese during the installation process, so we will choose English here.

3. Agree to all terms of Dev C++

Dev C++ Download and User Guide (Detailed Version)

4. Agree to all terms of Dev C++

Dev C++ Download and User Guide (Detailed Version)

Select “Full” to install everything.

5. Choose the installation path

Dev C++ Download and User Guide (Detailed Version)

You can install Dev C++ anywhere, but it is best not to include Chinese characters in the path.

6. Wait for installation

Dev C++ Download and User Guide (Detailed Version)

7. Installation is complete

Dev C++ Download and User Guide (Detailed Version)

03

Configuration Steps

When using Dev C++ for the first time, you also need to do a simple configuration, including setting the language, font, etc.

1. After starting Dev C++ for the first time, you will be prompted to select a language.

Dev C++ Download and User Guide (Detailed Version)

After selecting “Simplified Chinese,” click “Next.”

(Here we choose Simplified Chinese, but friends who are good at English can also choose English)

Enter Dev C++, and you can start writing code.

———————————————————

If you cannot change the Chinese font, then we can try another method.

1. Click “Tools” and scroll to “Environment Options”

Dev C++ Download and User Guide (Detailed Version)

2. Click “Language” and select “Simplified Chinese”

Dev C++ Download and User Guide (Detailed Version)

Click “OK” to finish~

👇 After converting to Chinese, check if the conversion was successful?

Dev C++ Download and User Guide (Detailed Version)

04

How to Use

1. Create your own code

Dev C++ Download and User Guide (Detailed Version)

Click “File,” scroll to “New,” and click “Source Code” to create your own code interface.

2. Enter code in the middle

Dev C++ Download and User Guide (Detailed Version)

3. Detailed Steps:

(1) Click “Run”

(2) Save to “Desktop”

(3) Name it yourself (***.cpp file)

(4) Click “Save”

Dev C++ Download and User Guide (Detailed Version)

Bingo! The screenshot below shows the result after running!

Dev C++ Download and User Guide (Detailed Version)

Remember to close the result window after each run, then modify the program, save it again, and compile and run.

——————————————————————–

* If you find the font too small, you can hold down the Ctrl key and scroll the mouse wheel to zoom in and out of the font.

Dev C++ Download and User Guide (Detailed Version)

——————————————————————–

* If the program has red lines, it indicates that there are syntax issues in the code you wrote, and it will point out the line numbers where the errors occur. You can modify the errors based on the error messages at the bottom.

Dev C++ Download and User Guide (Detailed Version)

end

Dev C++ Download and User Guide (Detailed Version)

Dev C++ Download and User Guide (Detailed Version)

Follow | Official Public Account

Technology Talents | Informatics | Related News

Leave a Comment