iostream, string, sstring won't include
Posted: Sun Mar 27, 2011 4:40 am
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:
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.
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
P.S. I'm really sorry if this is in the wrong section, I didn't see a general devkitPro help section.