C++ or C?
Do any experienced Wii homebrew developers know whether C++ is the way to go, or if I should go with C? It seems like most of the libraries are written for C, so it might be a better idea to go with C. Also is C an easier language to learn? I do realize that the difference between C and C++ probably isn’t THAT much, but I guess its good to know which would be better for Wii (and possibly GP2X and Dreamcast) dev.
Thanks
vader347 replied:
go with C++. It is compatible with almost all of C code.
Or you can learn both.
June 24, 2008 at 9:03 pm. Permalink.
Dan replied:
definitely go w/ c++
the overhead is so low that there’s no real reason to tether yourself to c – lots of devs use c++ for ds homebrew with no real penalty. and you can still use c libraries anyway.
June 25, 2008 at 3:52 pm. Permalink.