Advertisement
-
Topic 3: Acquainting With The Bloodshed Dev C++
Downloading
Click on this and save the file somewhere, such as your desktop.
Installing
Hit all the next buttons.
Creating a Project
To write a program, you have to make the source code files. To do this you create a project.
To create a project you go to File > New > Project.
A dialog will come up asking you what kind of project you would like tomake, what you would like to name it, and if you want to compile in C++ or C.Here i choose empty project and c as my compilerCompiling and ExecutingCompiling and executing a program is very simple. You can hit F9 to compileand execute or click the button, Or you can do it from the Execute menu


0 comments: