Home > Common Problem > body text

How to use devc++

王林
Release: 2019-10-24 17:27:21
Original
13971 people have browsed it

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("经验");
}
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!