Compiler for graphics

Ashokkumar01cbe

Broken In
hi i am using windows 7 ultimate 64 bit , anyone please tell me good compiler for c (i need to work with some graphics functions in c), i tried to install TURBO C but i am unable to install it..please tell me a good compiler for working with graphics under c for windows 7 64 bit...
 

krishnandu.sarkar

Simply a DIGITian
Staff member
Better install Code::blocks it comes with GCC (MingW).

BTW you can install Turbo C, but within Dosbox. So if you want Turbo C, install Dosbox and then install Turbo C within it.
 

abhijangda

Padawan
There are several APIs available to work with Graphics under C, OpenGL is one of the most popular. Most of the libraries works under GCC (MinGW too). DirectX API will work good under Visual C++.
 
Top Bottom