I'm not sure if devkitPro is supposed to have these (iostream, string, sstring) included with the install. I asked several people in the GRRLIB irc and some of them said it should work and some said that these aren't included.
When I try #include <iostream>, string, or string, it says couldn't find the file:
Code: Select all
fatal error: iostream: No such file or directory
Are these files supposed to come with devkitPro or am I supposed to get them from somewhere else and link them in somehow?
P.S. I'm really sorry if this is in the wrong section, I didn't see a general devkitPro help section.