Which compiler is best compiler and why in computer graphics?
Compilers have nothing to do with graphics. Compilers translate
source code into object code, nothing more. Graphics is
hardware-dependant and is a function of a graphics library specific
to that hardware. Graphics libraries do not need to be compiled,
they simply need to be linked to your code.