1. How to add graphics libraries in dev C++ | Graphics in dev C++ | Lecture 1
Download Graphics Libraries = https://xhunta.com/how-to-add-graphics-libraries-in-dev/ Linkers for Graphics project: -lbgi -lgdi32 -luser32 -lcomdlg32 -luuid -loleaut32 -lole32 Hi guys in this tutorial I am going to teach you how you can add graphics libraries in dev C++. after adding the graphics libraries in dev C++. we will create our first empty project. then we will add linkers to our project. After adding the graphics libraries and linkers we will right our first program of graphics in C++. In which we will draw a simple line.
Download Graphics Libraries = https://xhunta.com/how-to-add-graphics-libraries-in-dev/ Linkers for Graphics project: -lbgi -lgdi32 -luser32 -lcomdlg32 -luuid -loleaut32 -lole32 Hi guys in this tutorial I am going to teach you how you can add graphics libraries in dev C++. after adding the graphics libraries in dev C++. we will create our first empty project. then we will add linkers to our project. After adding the graphics libraries and linkers we will right our first program of graphics in C++. In which we will draw a simple line.