Re: significance of graphics in c



On Feb 28, 4:11 pm, "achiever" <friends.vik...@xxxxxxxxx> wrote:
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.

One major difference is that graphics can be done portably in Java,
but not in C. comp.lang.c is a newsgroup about portable C, so it won't
be able to help with graphics questions (a newsgroup suited to your
platform might be more helpful); however, for high-performance
graphics applications using mostly-portable C with some nonportable
bits for the graphics may still be a good idea.
--
ais523

.



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)
  • Type conversion for reference types?
    ... My apologies if this is a silly question in the context of Java. ... And more specifically, if none exists, how do I reliably deal with situations where I want a specific sub-class but am only given some base class. ... With respect to Graphics/Graphics2D, I've seen lots of examples of AWT code where in a paintmethod, the Graphics instance passed in is cast to Graphics2D. ... But Area.getBoundsreturns a Rectangle2D, which doesn't expose the fields that provide that information. ...
    (comp.lang.java.programmer)
  • Re: Java RL and the UI
    ... have decided to do it in Java since it's the language I know best these days. ... acceptable in unix and old windows to use raw ansi sequences:) nearly ... all terminals except cmd.exe in windows XP and beyond support it. ... I'm not familiar with java for graphics, ...
    (rec.games.roguelike.development)
  • JAI still current?
    ... I need to do some relatively serious work using graphics, ... conversions from various image formats to plain bmp raster one ... (for which you don't really need java, but based on my web users' base ... The thing is that when I read the JAI version 1.1 documentation still ...
    (comp.lang.java.programmer)
  • Re: Type conversion for reference types?
    ... any, exists in Java. ... The two particular examples are Graphics and Graphics2D, ... code where in a paintmethod, the Graphics instance passed in is cast to ... Is there a type conversion that will ensure it always will? ...
    (comp.lang.java.programmer)