PDA

View Full Version : C++ coding on Dreamcast



Devlin
March 25th, 2005, 21:38
Is it possible to develop programs for dreamcast using C++?

If yes, what programs would I need?


Thanks in Advance,

Devlin

wraggster
March 25th, 2005, 21:42
im sure the new version of KOS supports C++ but a dever will know more

BlueCrab
March 26th, 2005, 04:49
There is some (read: a little) C++ support in KOS 1.2.0, and there is much better support in the Subversion version of KOS.

In 1.2.0, you wouldn't have access to the STL at all, no streams, just being able to make classes, and use them.

In 1.3.x (Subversion versions), STL is available because of the use of Newlib as the libc. However, exceptions do not seem to work for some reason or another.