Home Forums C Programming draw chess board

Viewing 1 reply thread
  • Author
    Posts
    • #2079
      abhishek3013
      Participant

      please i need a clue on how to start drawing a chess board in dev-c++.

      it seems it does not find the header file . need help.

    • #3360
      msaqib
      Participant

      Someone has already done the hard work for you :D. So you can use the same graphis.h functions and library. So what you have to do is, https://www.mycplus.com/tutorials/c-programming-tutorials/graphics-programming/ checkout this webpage, read through it, and download the gaphics library and graphics.h header file.
      Next step is to read the manual on how to prepare you project to use this library. And thats it, you are done.
      Here is a simple graphics program which i wrote for my Borland compiler 3. But the same program without any modifications is working fine on Dev-C++ 4.9.

      • This reply was modified 8 years, 10 months ago by M. Saqib.
      • This reply was modified 6 years, 4 months ago by M. Saqib. Reason: Code formatting
      • This reply was modified 6 years, 4 months ago by M. Saqib.
Viewing 1 reply thread
  • The forum ‘C Programming’ is closed to new topics and replies.