Dev-c++ Where Do Text Documents Go

Mini Paint is C++ BGI Graphics Project to demonstrate basic paint functionalities.

How to use code and exe file

Where

Using exe file

  1. The secreen resolution should be 800 X 800 or higher to run the program correctly.

Jan 31, 2009  Start a new C project, and call it whatever you want. You can save the dev file wherever you feel neccessary. Go into options and choose a folder to put your executable: Select Project-Project Options-(Build Options) This will put your final executable in a folder you can easily get to when you decide to run it. Jun 17, 2012  This tutorial will cover how to use the fstream library and read and write to files on your computer. It will show you some other techniques as well.

Using Code in DEV C++

How do I use Borland Graphics Interface (graphics.h)?

Dev-c++ Where Do Text Documents God

Dev-c++ where do text documents goes

Dev-c Where Do Text Documents Go To Go

  1. The files we need are:graphics.h (download to C:Dev-Cppinclude)libbgi.a (download to C:Dev-Cpplib)download using this link http://www.uniqueness-template.com/devcpp/

  2. Create a new project.A 'project' can be considered as a container that is used to store all the elements that are required to compile a program.

    Go to the 'File' menu and select 'New', 'Project...'.Choose 'Empty Project' and make sure 'C++ project' is selected.Here you will also give your project a name. You can give your project any valid filename, but keep in mind that the name of your project will also be the name of your final executable.Once you have entered a name for your project, click 'OK'.Dev-C++ will now ask you where to save your project. Its better to create a folder in any directory you want and save project in that.

  3. Create/add source file(s).You can add empty source files one of two ways:

    Go to the 'File' menu and select 'New Source File' (or just press CTRL+N) ORGo to the 'Project' menu and select 'New File'.Note that Dev-C++ will not ask for a filename for any new source file until you attempt to:CompileSave the projectSave the source file

  4. Go to 'Project' menu and choose 'Project Options' (or just press ALT+P).Go to the 'Parameters' tabIn the 'Linker' field, enter the following text:

    -lbgi-lgdi32-lcomdlg32-luuid-loleaut32-lole32

  5. Complile

  6. Execute

Dev-c++ Where Do Text Documents Good

ENJOY!!