1.- download Dev C++ software from here click to download Dev C++ when you download and install Dev C ++ IDE on your computer or Laptop then double click the Dev C icon appear on Computer Desktop. You will see a window will open.
2.-People always start with new file but that is not a correct way to start particularly for beginner. Begin with to choose a new project. Here i the snap shot example.
Go with this hierarchy
File menu
> New
> Project
3- When you choose project option then a new window will open then select console application option and after select console application below Enter project name. Its depend upon programmer which name He/She want and select C programing option project between C and C++.
4- When you complete this process click OK button and Save your project in proper location. When you finish this in your dev C++ window there is project option window click on that project option it consist two option test(its your project name) and main.c file. Programmer can write his/her code in this file.
5- Here your workspace now you write your code or program here and compile and run it.After that you can see output of your program.
2.-People always start with new file but that is not a correct way to start particularly for beginner. Begin with to choose a new project. Here i the snap shot example.
Go with this hierarchy
File menu
> New
> Project
3- When you choose project option then a new window will open then select console application option and after select console application below Enter project name. Its depend upon programmer which name He/She want and select C programing option project between C and C++.
4- When you complete this process click OK button and Save your project in proper location. When you finish this in your dev C++ window there is project option window click on that project option it consist two option test(its your project name) and main.c file. Programmer can write his/her code in this file.
5- Here your workspace now you write your code or program here and compile and run it.After that you can see output of your program.
No comments:
Post a Comment