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

Time: 2020-10-14Source: Huajun Software TutorialAuthor: Aotuman

Many partners are still unclear about how to use C-Free5.0. For this reason, the editor below provides tutorials on how to use 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 must carefully check the errors prompted by 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更多>>

Popular recommendations