On Apr 22, 12:40 pm, Razii <whatever1...@[EMAIL PROTECTED]
> wrote:
> On Tue, 22 Apr 2008 01:07:37 -0700 (PDT), James Kanze
> <james.ka...@[EMAIL PROTECTED]
> wrote:
> >Most cell phones run Symbian, I believe. Which is written in
> >C++, and provides the system API in C++.
> Symbian is an operating system. The native language is C++
> which is used for device drivers and other core components.
> Symbian C++ programming has a steep learning curve. Symbian
> cell phones sup****t JavaME and HotSpot JIT compiler is
> included.
> This is a good example: if someone writes an app (let's say a
> game) in C++ specifically targeting Symbian phone,
And your point is? Non critical components, like games, can be
written in Java, as long as they aren't too big. The critical
parts (the OS itself, but also the call handling, etc.) are
written in C++.
--
James Kanze (GABI Software) email:james.kanze@[EMAIL PROTECTED]
en informatique orient=E9e objet/
Beratung in objektorientierter Datenverarbeitung
9 place S=E9mard, 78210 St.-Cyr-l'=C9cole, France, +33 (0)1 30 23 00 34


|