Developer Question


ingewanduh

Still Fresh
Joined
Jul 23, 2011
Messages
3
maybe this is just a dumb question.

i havent bought the caanoo yet but i was wondering where to start on developing, what programming languages are available.
should i install linux as a second operating system on my computer ore should i use virtual pc.
can i use c++ and can i use librarys like allegro and opengl?
 
nathanh said:
i havent bought the caanoo yet but i was wondering where to start on developing, what programming languages are available.
on your desktop (until you receive your caanoo ;P).

nathanh said:
should i install linux as a second operating system on my computer ore should i use virtual pc.
Your choice here, some prefer the flexibility of virtual OS, others refer dual-booting.

nathanh said:
can i use c++ and can i use librarys like allegro and opengl?
gcc (C compiler) and g++ (C++ one) are available. But allegro is not (yet) there. you can use SDL which will provide you a good interface to the system.
Caanoo (like most handheld) do provide GLES (embeded system GL) which is a subset of openGL.
 
Last edited by a moderator:
Back
Top