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.

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

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.

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

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

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.

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