graphics.h

  1. morpheusv6

    Turbo CPP 3.0 help

    I recently installed TCpp 3.0 on my system. I am intrested in doing a grpahics oriented project in C. But I am unable to use graphics.h. initgraph() does not seem to function! After typing the following code: #include<conio.h> #include<graphics.h> int main() { int gd=DETECT,gm...
  2. morpheusv6

    Turbo CPP 3.0 help

    I recently installed TCpp 3.0 on my system. I am intrested in doing a grpahics oriented project in C. But I am unable to use graphics.h. initgraph() does not seem to function! After typing the following code: #include<conio.h> #include<graphics.h> int main() {
Top Bottom