You are not logged in.
I saw it mentioned in another post that to use GRRLIB with C++ that there are a few more steps to set it up. As I am much more familiar with C++ then C (yes I know they are very familiar, that C++ is kinda like an addition to C, but I am not familiar with Cs limitation compared to C++), I was wonder what steps are involved in setting GRRLIB up to be programed using C++
Offline
I don't remember what I've done. But I'm pretty sure it was not complicated. Try to compile it and post errors here if any...
This is my C++ project with GRRLIB: http://wiibrew.org/wiki/Wii-Tac-Toe
I use a custom GRRLIB, so be warned...
Offline
Can I type it up and complie it in programmers notepad still, or will I have to use another IDE like visual C++ studio?
Offline
Use programmers notepad.
Offline
Latest SVN contains
#ifdef __cplusplus extern "C" { #endif /* __cplusplus */
so I see no reason why it should not "just work"(tm) with c++
BC
Offline