Graphics Instruction

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Computer Graphics

Dev cpp configuration Instruction

Installation Notes:

- Install Dev-C++.
- Download graphics.h and winbigm to the include/ subdirectory of the Dev-C++ directories. (C:\
Program Files (x86)\Dev-Cpp\MinGW64\include)
- Download libbgi.a to the lib/ In order to use the WinBGIm subdirectory of the Dev-C++
directories. (C:\Program Files (x86)\Dev-Cpp\MinGW64\lib)

Whenever you #include <graphics.h> in a program, you must instruct the linker to link in certain
libraries. The command to do so from Dev-C++ is :-

- Open Tools and click on Compiler Option

- Type the following into the Linker area:

You might also like