Graphics in C/C++
Introduction of Graphics
- C graphics can be used to draw different shapes like line, circles, rectangles, bars and many other geometrical figures.
- It can use to make graphic animation projects, games and other Graphical User Interface (GUI) applications.
- It can display the text in different fonts, color and many more.
- Default output mode of C language is "Text Mode". So, we have to switch into "Graphic mode" before drawing different shapes, display text etc.
- To design graphics, first of all w must include "graphics.h" headers file our source code
- "graphics.h" header file contains many pre-defined functions which are used to implement Graphical User Interface (GUI) application
Graphics Coordinate System in Computer
Comments
Post a Comment