You are here

Page not found

Search results

  1. 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

  2. setlinestyle in C

    ... ,    USERBIT_LINE } ; C program #include <graphics.h> int main ( ) { ...

    adminps9 - 23/11/2019 - 11:40

  3. 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

  4. getdrivername function

    ... returns a pointer to the current graphics driver. C program for getdrivername #include <graphics.h> #include ...

    adminps9 - 22/11/2019 - 20:26

  5. 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

  6. 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

  7. 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

  8. getmaxcolor function

    ... starts from zero. Declaration: int getmaxcolor(); C program of getmaxcolor #include<graphics.h> #include<conio.h> ...

    adminps9 - 08/01/2018 - 20:55

  9. 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

  10. 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

Pages