I am using dev c++ and it doesnt like strings for me like:
PHP Code:
#include <string>

....


string word;
word "hi"
I get alot of errors with code similar to that. Anyone else have these problems ?