Search found 2 matches

by keyz182
Sat May 24, 2008 12:18 am
Forum: PSP Development
Topic: [Solved] String and Vector woes
Replies: 3
Views: 1349

thanks, I was advised to change #include <string> to #include <string.h> seems changing it back did the trick
by keyz182
Sat May 24, 2008 12:01 am
Forum: PSP Development
Topic: [Solved] String and Vector woes
Replies: 3
Views: 1349

[Solved] String and Vector woes

I've recently been moving from java to c/c++ and decided to try it on't psp. At the moment i'm messing with file operations and such, and am simply trying to read all the mp3 file paths into a vector of strings. However, when I compile I get some somewhat incomprehensible errors. I did find one simi...