On Fri, 18 Apr 2008 11:35:08 -0700 (PDT), TheBigPJ
<TheBigPJ@[EMAIL PROTECTED]
> wrote, quoted or indirectly quoted someone who
said :
>I am wondering if it is worth my time and effort to learn it? Or
>should I avoid it and learn C/C++ graphics instead?
If you want to write multiplatform apps, learn the Java API. If you
want to write high performance apps for a single platform, learn the
C++ API. If you are a novice, you will probably find any Java API
less "hairy" than a quirky tuned-to-one-platform C++ API and thus
easier to learn first.
Multi-platformness tends to simplify APIs.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com


|