COMPUTER GRAPHICS
INTRODUCTION :
Graphics means representing any information in the form of graphs . Graphics is used in almost all types of computers. All the operating systems there days make the use of computer graphics. As for beginners , in C programming here we only dealing with command line interface . C also provides facility of graphics under the header file graphics.h . C graphics has two capabilities -text handling and regular graphics .
- Text mode-graphics functions
- Windows()
- Cputs()
- clrscr()
- putch()
- Gotoxy
This mode supports both text as well as graphics. The graphics mode depends upon the picture elements. some function of it are as follow:
Nice
ReplyDelete