answersLogoWhite

0


Best Answer

Graphics is platform-dependent, so you have be more concrete with your question, eg:

Q: Is there any C-compiler for MS-DOS that comes with a graphics library?

A: Yes, Turbo C, for example.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

8y ago

Graphics programming has nothing to do with compilers. Graphics are system-specific and are provided through third-party libraries such as OpenGL.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which compiler is best for graphics programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

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.


What is a C compiler as used in C programming?

In C programming, C compiler is user to translate C source into C object module.


What is the work of compiler?

A compiler converts a program in one programming language into a program in another programming language. Often the conversion is into a language that can be understood directly by the hardware.


What are the importance of turbo c?

i came to know about that turbo c compiler is having 32 number of disadvantages........ i know about 10-12 disadvantages and i am sharing those wid u .... 1) Turbo c is a 16bit compiler ... means it can access about 16bits of data at a time... 2)Turbo c is based upon 8086 microprocessor... and it can run on x86family.... 3) Turbo c is derived from MS-DOS whereas GCC compiler which runs on linux..is a very good one as compared to Turbo C compiler..,.. 4)Also we cant do ODBC and Networking programming over the Turbo C comiler whereas we can do above programming in GCC compiler successfully by installing one ODBC library in it.... 5)we cant do graphics programming over here, rather we can do graphics programming. in GCC compiler using Glad Interface... 6) Turbo C compiler can access only 1mb of RAM, which is a demerit...whereas GCC compiler can access 4gb OF MEMORY.. 7) 7) Turbo C compiler is based upon MS DOS operating system.. which is a single process operating system..whereas GCC Compiler is based on 80386 processor(LINUX) and it is multiprocess operating system.....


What is booting in compiler design?

bootstrapping is a process of writing a compiler in the target programing language which it is intended to compile

Related questions

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.


How compiler compile a program?

With a compiler. Read the documentation for programming package for help on how to.


What is a C compiler as used in C programming?

In C programming, C compiler is user to translate C source into C object module.


What does a compiler allow us to do?

A compiler converts programming code into computer code that a computer can read.


What is the work of compiler?

A compiler converts a program in one programming language into a program in another programming language. Often the conversion is into a language that can be understood directly by the hardware.


What are the importance of turbo c?

i came to know about that turbo c compiler is having 32 number of disadvantages........ i know about 10-12 disadvantages and i am sharing those wid u .... 1) Turbo c is a 16bit compiler ... means it can access about 16bits of data at a time... 2)Turbo c is based upon 8086 microprocessor... and it can run on x86family.... 3) Turbo c is derived from MS-DOS whereas GCC compiler which runs on linux..is a very good one as compared to Turbo C compiler..,.. 4)Also we cant do ODBC and Networking programming over the Turbo C comiler whereas we can do above programming in GCC compiler successfully by installing one ODBC library in it.... 5)we cant do graphics programming over here, rather we can do graphics programming. in GCC compiler using Glad Interface... 6) Turbo C compiler can access only 1mb of RAM, which is a demerit...whereas GCC compiler can access 4gb OF MEMORY.. 7) 7) Turbo C compiler is based upon MS DOS operating system.. which is a single process operating system..whereas GCC Compiler is based on 80386 processor(LINUX) and it is multiprocess operating system.....


What has the author Michael Abrash written?

Michael Abrash has written: 'Power graphics programming' -- subject(s): IBM Personal Computer, Computer graphics, Programming 'Zen of Graphics Programming' -- subject(s): Microcomputers, Computer graphics, Programming 'Zen de la programmation graphique'


What year was the programming language FORTRAN released?

The first FORTRAN compiler, an optimizing compiler, was delivered in April, 1957.


Which translator is needed for C programming language?

C compiler


What translates a programming language statement line by line?

A compiler


What is grammar in compiler design?

Is a specification for the syntax of a programming language.


What is compiler in computer programming?

A compiler is a program that translates high-level source code into low-level machine code.