How can I draw 1x1 pixel in window?

  • Thread starter Thread starter John
  • Start date Start date
-----Original Message-----
Please explain in detail.
.
I'm use turbo c++ in turbo c++ have putpixel command.
for example
putpixel(x,y,color);
but you must include graphic header (#include <graphics.h>)
if you want to use in visual c++ that have drawpixel
command.
 
I know that but I want to use the original component that
provided in VC, not to include header from another
compiler.
 
Back
Top