C++ Compiler

  • Thread starter Thread starter Kiaku
  • Start date Start date
  • Views Views 1,133
  • Replies Replies 3

Kiaku

Well-Known Member
Member
Joined
Mar 22, 2010
Messages
273
Reaction score
38
Trophies
1
Age
32
XP
401
Country
United States
I've recently decided to learn a little on C++ language so that I can start on developing my own NDS homebrew, but I can't seem to find any C++ compiling programs. Anyone know any good and simple ones?
 
Solution
Download and install devkitPro. It's the homebrew toolchain for Wii and NDS, and it comes with a compiler.

http://sourceforge.net/projects/devkitpro/

The devkitARM package is the actual NDS compiler package, and you will at least want libnds as well. If you are on Windows, just grab the installer/updater and run it. If you're on Mac/Linux, take a look here for manual installation instructions.

http://devkitpro.org/wiki/Getting_Started

*note to other posters: He said he wanted to compile NDS homebrew. g++/VSE/devcpp are PC compilers :P
Download and install devkitPro. It's the homebrew toolchain for Wii and NDS, and it comes with a compiler.

http://sourceforge.net/projects/devkitpro/

The devkitARM package is the actual NDS compiler package, and you will at least want libnds as well. If you are on Windows, just grab the installer/updater and run it. If you're on Mac/Linux, take a look here for manual installation instructions.

http://devkitpro.org/wiki/Getting_Started

*note to other posters: He said he wanted to compile NDS homebrew. g++/VSE/devcpp are PC compilers :P
 
Solution

Site & Scene News

Popular threads in this forum