vote up 1 vote down star
2

Hello,

I'm learning C++ with this book of Deitel: C++ How to Program, 5/e and some tutorials and resources of the internet, but i want to learn how i can develop Nintendo GameBoy Advance games using C++, but only in resources over the internet, because i don't want to spent money now with a thing that i only want to try. Thanks!

flag

1  
Will you be writing GBA games after you've completed your OS and compiler or before? – William Jul 22 at 16:57
Before, only to get more experience!!!!!!!! – Nathan Campos Jul 22 at 17:06
And stop doing jokes with this! Thanks! – Nathan Campos Jul 22 at 17:07

1 Answer

vote up 8 vote down check

Get devkitpro (http://www.devkitpro.org) and a good library like TONC (http://www.coranac.com/tonc/text). Also, you can get more help at GBADev (http://forum.gbadev.org).

Although you can use C++ in GBA development, plain C is recommended. The choice is yours to make, though.

link|flag
Thanks Kawa for the very good resources, but i'm going to use C++, because i'm learning it. Thanks! – Nathan Campos Jul 22 at 16:07

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.