Page 1 of 1

Wii examples help

Posted: Sun Jun 13, 2010 10:26 pm
by edgeah
Hi,
For the examples projects given in the devkitpro for the wii, I noticed that they are all coded in C. Is there anyway I can get the equivalent in C++? Sorry I'm a fairly new programmer (at least to C++), and I'm trying to develop my own wii games.

Thanks

Re: Wii examples help

Posted: Mon Jun 14, 2010 7:46 pm
by vuurrobin
just name your files as .cpp instead of .c and the makefile will take care of the rest.

and if you want to use the libraries in a c++ way, then you have to write your own wrappers for it.