Re: significance of graphics in c




"achiever" <friends.vikram@xxxxxxxxx> wrote in message
I am a IIIrd electronics Engg student
i want to know what is the role of graphics in c
is it ok to spend a lot of time on learning c graphic or to start the
new language like JAVA.

Thanks in advance.

C has no portable graphics routines which are easily available on all the platforms you are likely to use.
There are libraries like Open GL which are intended to be portable, and may be good enough for your purposes. However expect a lot of messing about trying to get Unix Open GL applications to work under Windows and vice versa.

Java is a tempting alternative if you want a basic GUI. I wouldn't discourage you from learning it. However having two languages on the go is also a nuisance.

--
Free games and programming goodies.
http://www.personal.leeds.ac.uk/~bgy1mm

.



Relevant Pages

  • Re: significance of graphics in c
    ... lot of time on learning c graphic or to start the new language like ... Object-oriented languages like Java tend to be a ... learning a C graphics API. ...
    (comp.lang.c)
  • Re: Teaching Stats
    ... learning so I have concentrated my efforts in the last few years to fully embrace the use of many graphics in my powerpoint slides - graphics not only for levity but graphics that explain statistical theories. ... And some research suggests that too many bells and whistles can detract from learning. ... The wrist bone study mentioned there is published*, and the brain anatomy study is currently under review. ...
    (sci.stat.math)
  • Figure Name and Figure Title
    ... learning about handle graphics. ... Of axes? ... Can I change the title with a set command? ...
    (comp.soft-sys.matlab)
  • Re: significance of graphics in c
    ... role of graphics in c is it ok to spend a lot of time on learning ... c graphic or to start the new language like JAVA. ... One major difference is that graphics can be done portably in Java, ...
    (comp.lang.c)
  • Re: significance of graphics in c
    ... is it ok to spend a lot of time on learning c graphic or to start the ... One major difference is that graphics can be done portably in Java, ... This is true only at the rendering stage (because the C Standard doesn't ...
    (comp.lang.c)