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.

Hardware > Noob GBA Dev question

#8478 - Hellraisr - Fri Jul 11, 2003 7:56 pm

Would developing on the GBA be considered to be embedded C++ development (development on an embedded system)?

#8492 - ampz - Fri Jul 11, 2003 11:54 pm

Embedded development, yes, I'd say so. The big difference with "embedded" software development is that you work close to the hardware.
Embedded C++? Sure, if you use C++... Most ppl use C.