Hi guys in this tutorial I am going to teach you how you can use built in functions of graphics library in dev C++.
TicTacToe game in C++ = • TICTACTOE game in C++ | TICTACTOE gam...
Snake Game in C++ = • Snake game in C++ | Snake game using ...
Lecture 1 = • 1. How to add graphics libraries in d...
Lecture 2 = • 2.How to draw line in graphics C++ | ...
we will see the use of under mentioned functions in this video:
1. initgraph();
2.setcolor();
3.setbkcolor();
4.closegraph();
5.outtext();
6.outtextxy();
7.setfillstyle();