How to use graphics.h in Dev-C++ programs | CPP Tutorial

Опубликовано: 23 Февраль 2025
на канале: it Tips
25,273
208

Download graphics.h for Dev-C++ IDE
https://www.instms.com/cpp/graphics-u...
In today video session we will learn how to use graphics.h header file in Dev-C++. After including this file in our program we can use multiple function of C++ graphics. The commonly used graphic functions for shapes are.
1. circle
2. arc
3. rectangle
4. line
5. bar
Gaphics.h also include some other built-in functions that can be used to alter the appearence of graphics displaying on the output window. These functions are.
1. color
2. setbkcolor
3. setfill
4. getcolor
5. fillpoly
We learn it from downloading graphics library and including it in our Dev-C++ IDE.
After complete understanding we can easily fix graphics.h header file issue in Dev-C++.