Home  >  Article  >  How to use devc++

How to use devc++

王林
王林Original
2019-10-22 15:56:5514076browse

How to use devc++

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

How to use devc++

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

How to use devc++

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn