Posts

Showing posts with the label graphics

A little windowing

Image
This post is gives you some knowledge about graphic mode programming, mainly about window programming, and its aspects. The programs used for graphic mode is  not like normal programs written for character mode. It has lot of function calls and callbacks. Today computer programming(GUI) is very easy. Programer don't need to worry about the internal working of the interfaces(such as window, control windows etc). But in reality these interface(A dialog box, a window) on display performs in a very interesting way. The programming paradigm for GUI based application are called event-driven programming A computer programs can be in two mode : Character-mode Graphic-mode In character mode computing, provides only minimal interface for the user. To