Page not found
Search results
fillpoly function in c
... and color which can be changed using setfillstyle . C program #include <graphics.h> #include <conio.h> main ( ...
adminps9 - 23/11/2019 - 11:40
setlinestyle in C
... , USERBIT_LINE } ; C program #include <graphics.h> int main ( ) { ...
adminps9 - 23/11/2019 - 11:40
sin function in C
... angle(in radian). Declaration: double sin(double); C program #include <stdio.h> #include <math.h> int main ...
adminps9 - 22/11/2019 - 20:46
getdrivername function
... returns a pointer to the current graphics driver. C program for getdrivername #include <graphics.h> #include ...
adminps9 - 22/11/2019 - 20:26
getbkcolor function in C
... current background color is GREEN, color will be 2. C program for getbkcolor #include <graphics.h> #include <conio.h> ...
adminps9 - 22/11/2019 - 20:24
getx function in C
... of the current position. Declaration: int getx(); C program of getx #include <graphics.h> #include <conio.h> ...
adminps9 - 16/01/2018 - 19:08
Cleardevice function in c
... of filling the screen with current background color. C program for cleardevice #include <graphics.h> #include <conio.h> ...
adminps9 - 08/01/2018 - 20:55
getmaxcolor function
... starts from zero. Declaration: int getmaxcolor(); C program of getmaxcolor #include<graphics.h> #include<conio.h> ...
adminps9 - 08/01/2018 - 20:55
getmaxy function in c
... mode and driver. Declaration: int getmaxy(); C program for getmaxy #include<graphics.h> #include<conio.h> ...
adminps9 - 08/01/2018 - 20:55
getmaxx function in c
... mode and driver. Declaration: int getmaxx(); C program for getmaxx #include<graphics.h> #include<conio.h> ...
adminps9 - 08/01/2018 - 20:55