Speed Difference Between GLBasic and C++?


Zuk

Member
Joined
Sep 23, 2010
Messages
108
I know this is a pretty vague question and a lot probably has to do with how well you program. As a generalization, though, does anyone have an idea about the difference in speed between a GLBasic program vs a C++ program on the Pandora or in general?


I haven't dug through the guts of GLBasic or read up on it much, but it seems it translates your GLBasic program to C++ and then compiles it.
 
GLB runs C++ underneath it, so speedwise it won´t make such a difference.


You can always inline you C++ stuff into GLB code too if you need it.


I recommend you take a look at their forums to get a better picture of it. :)
 
Back
Top