Search found 3 matches

by Cyttorak
Mon Feb 13, 2012 11:22 am
Forum: SGDK
Topic: SGDK and C++
Replies: 8
Views: 7639

Do you have a Windows build of your toolchain? Or will I have to compile myself in Cygwin?

I do my dev'ing in Xubuntu, so no, I don't have a Windows build. Others have reported that they could follow my directions using mingw in Windows:

http://gendev.spritesmind.net/forum/viewtopic.php?p=12858 ...
by Cyttorak
Fri Feb 10, 2012 7:17 pm
Forum: SGDK
Topic: SGDK and C++
Replies: 8
Views: 7639

Thanks for your help guys.

I don't think C++ will be so heavy on MD. You just need to avoid iostream, as you said, and also some things like RTTI or exceptions. I would be glad to hear your own experiments on C++ tests on MD :)
by Cyttorak
Fri Feb 10, 2012 11:20 am
Forum: SGDK
Topic: SGDK and C++
Replies: 8
Views: 7639

SGDK and C++

Hi!

I recently discovered that great toolset called SGDK. My question is: can I use C++ with SGDK instead of plain C?

Thanks in advance :)