Good Tutorial To Learn C++ Development For Game Boy

c++

Solution

Get DevkitPro and a good library like TONC. Also, you can get more help at GBADev.

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

Problem

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.

Original source