Tutorial on how to write programs using C-Free

Time: 2019-11-26Source: Huajun Software TutorialAuthor: Changshan Paper Farmer

I believe that many computer enthusiasts are familiar with C-Free. So if we want to use C-Free to write programs, how should we do it? Here the author will introduce the operation content of using C-Free to write programs. Friends in need should not miss it.

First, double-click to install C-Free. Note that C-Free can only run correctly when installed on the c drive. Otherwise, an error will be reported and the compilation will not pass.

s.jpg

Open the C-Free software, click on the file in the upper left corner, and then click on New

S.png

Then there will be an interface where you can enter the code. You must enter it in English.

s1.jpg

Enter a piece of code, and then click the compile button above. The compilation results and error reports of the code will be given below.

s1.png

If it passes compilation, click the run button (shortcut key F5), and the code will run

ss.jpg

At the same time, you can also modify the fonts of the software through tools and editor properties.

ss.png

Above, I have shared with you the tutorial on how to write programs using C-Free. Friends in need should hurry up and read this article.

Related articles更多>>

Popular recommendations