1. Download dev-c
2. Open the installed dev-c and you can directly create the c/c source file as shown in the figure
3. Enter the test code in the newly created source file
#include<stdio.h> int main (){ printf("经验"); }
4. Under the menu bar are tools such as compilation, linking and execution. The first compilation will ask Save the file and find the location yourself
5. Click Execute and you can see the results of our test program!
The above is the detailed content of How to use devc++. For more information, please follow other related articles on the PHP Chinese website!