+ 1
How to install bgi for Microsoft Visual studio 2015 express
hi, I'm using VS 2015 express, I wanted a good way to know what I have to do for using graphics.h on VS. I saw some sites but, I occurred some problem with all of them
2 odpowiedzi
+ 2
You cannot use graphics.h on VS2015. The header is old and deprecated, and bgi graphics are no longer supported by newer PCs. Also, graphics.h cannot run directly on OSs supporting SVGA graphic processors, as it is unsupported. So you need an emulator for the same.
+ 2
I also had another question. how I can learn double buffering?
I have no idea about coding it ( and didn't found a place to learn. )