Re: significance of graphics in c



achiever wrote:
I am a IIIrd electronics Engg student
i want to know what is the role of graphics in c

C has no native graphics support.

is it ok to spend a lot of time on learning c graphic or to start the
new language like JAVA.

If you want the easy way out, then Java's AWT or Swing might be for
you. If you don't mind spending a fair bit of time with the platform's
native graphics routines, then it can be done in C equally well, if
not better. It's a trade-off that only you can decide. There're
nothing that you can do in Java that cannot be done in C; it's just a
matter of how practical it is and how much time you're willing to
devote to it.

.