Home>Article>Backend Development> How to use dev c++
How to use dev c: First open the installed Dev C software; then select [New - Source Code]; then enter the code and select the compile button to compile the code; finally name it and save it, and click Just hit the execute button.
The operating environment of this article: windows10, Dell G3, dev c 5.8.3.
How to use dev c:
1. Open the installed Dev-C software. The initial interface is as follows
2. Then select the file in the upper left corner, select New -> Source Code, or use the shortcut key ctrl n to create a new project and you can write code
3. Hello world is output here! For example, as shown below, edit the code, select the compile button, and compile the code
4. After clicking the compile button, the save file dialog box will pop up, as shown in the figure , select the save location, after renaming, click Save
5. After that, click the Execute button to execute
6. The execution results are as follows. You can then run other programs. Go and try it quickly
Related learning recommendations:C tutorial
The above is the detailed content of How to use dev c++. For more information, please follow other related articles on the PHP Chinese website!