C++ vs VB with OGL

Started by
2 comments, last by Jenison 23 years, 1 month ago
has anyone done any benchmarks? or seen a real difference in performace? I''m a VB programmer not so used to C++ and was wondering if there was any diff... Jenison
Advertisement
Why would you use a cross platform API with a single platform language?

"Finger to spiritual emptiness underlying everything." -- How a C manual referred to a "pointer to void." --Things People Said
Resist Windows XP''s Invasive Production Activation Technology!
http://www.gdarchive.net/druidgames/
For simple applications the difference may not be noticable. However, making a complex application is not only about calling OGL functions (which obviously always run at the same speed, whatever language you use), and you must do much stuff on your own (like hidden surfaces removal).

And all this stuff should be quite slower with VB.
Thats what I was thinking...that doing all the object handling and ect. would be faster...

and I picked VB first cause its what I know 8p

This topic is closed to new replies.

Advertisement