Home Forums C Programming draw chess board Reply To: draw chess board

#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, 3 months ago by M. Saqib. Reason: Code formatting
  • This reply was modified 6 years, 3 months ago by M. Saqib.