If you are looking for software to use, go to Huajun Software Park! software release

How to use C-Free5.0-Explanation on how to use C-Free5.0

Author: Aotuman Date: 2020-10-14

C-Free
C-Free-v5.0.0.3314 latest version

programming tools Storage size: 13.9MB Time: 2021-02-19

Software introduction: C-Free is a professional C/C++ integrated development environment (IDE) that supports multiple compilers. Friends can use this C-Free to complete...

Download now

Many partners are still unclear about how to use C-Free5.0. For this reason, the editor below provides tutorial content for using C-Free5.0. I hope that friends in need can come and learn together.

Open C-Free5.0, and the screen in the picture will appear. Don't worry about the middle window. Click Close in the lower right corner of the middle window to close it.

1.jpg

Click the button in the upper left corner of the circle as shown in the picture

2.jpg

After clicking the button in the upper left corner, the interface as shown in the picture will appear, and then you can write C language code here.

3.jpg

After writing the code like this, click on the green triangle circled as shown in the picture to run the program.

4.jpg

When the program runs successfully, a console will pop up to display the results of your code execution.

5.jpg

If the program cannot run, an error will be reported in the status bar below. The reason is that return 0; is written as retrun 0; C-Free will report an error. At this time, you should carefully check the errors prompted in the status bar and modify the code. until it runs successfully.

6.jpg

Above, I have shared with you how to use C-Free5.0. Friends in need should hurry up and read this article.

Related articles