gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

Beginners > C and C++ for GBA Programming

#14210 - dev_vectormatrix - Fri Jan 02, 2004 4:30 am

can devkitadv compile c++ code as well as c code? object oriented programming would make things much easier... actually, more of the question i'm looking for is:

are there any limitations to the c++ capabilities? is the devkitadv an ANSI compliant compiler? does it meet all of the standards?

#14211 - sajiimori - Fri Jan 02, 2004 6:34 am

DevKit Advance is a build of GCC, so yes, it supports C++.

It also has all of GCC's non-ISO-compliant qualities, but there really aren't many of those anymore. You're only likely to encounter them if you're doing weird template voodoo.

#14219 - dev_vectormatrix - Fri Jan 02, 2004 5:31 pm

excellent, thankyou very much