Back to Browse

How to run Graphics Program in Dev C++ | Graphics in Dev C++ | BGI in Dev C++

1.5K views
Oct 18, 2021
12:13

How to run Graphics Program in Dev C++ , Graphics in Dev C++ Computer Graphics course for BS(CS), How to do Graphics programming in DevC? Download DevC++ : https://sourceforge.net/projects/orwelldevcpp/ Download Necessary files (graphic files) for Dev C++ : https://drive.google.com/file/d/1MHOFAEWEjn1dVAiKhIBn2chH3NXssgTu/view?usp=sharing 1st program: [use angular brackets for header files] #include "graphics.h" #include "conio.h" int main() { //int gd = DETECT, gm; //initgraph(&gd,&gm, "C:\\tc\\bgi"); initwindow(600,600); circle(300,300,50); getch(); closegraph(); return 0; } Files to copy in "Project - Project Options - Parameters - Linker" -lbgi -lgdi32 -lcomdlg32 -luuid -loleaut32 -lole32 0:00 - introduction 0:30 - Download DevC++ 0:48 - Download the graphics files for DevC++ 1:28 - setting/copying files for graphics 5:28 - writing Graphic program in DevC++ 9:05 - important changes to do 10:37 - files for linkers Using Graphics in DevC, How to write graphic programs in DevC, Run graphics in DevC, BS(CS) computer graphics course, Computer Graphics GCUF, GC university course,

Download

0 formats

No download links available.

How to run Graphics Program in Dev C++ | Graphics in Dev C++ | BGI in Dev C++ | NatokHD