2013-01-26, 04:59 AM
For the filetype_extensions.conf, you COULD try just deleting the line, however I have no idea what kind of effects, adverse or otherwise, it would have. I've never used geany.
As for the part about string not being a data type, if you haven't set "using namespace std;", you will have to reference string as "std:
tring". I don't know if you have done this or not, but those are the two things I can think of at this time.
It has been a long time since I've worked in C++ (I should do something about that), so I cannot really think of much else at this time.
As for the part about string not being a data type, if you haven't set "using namespace std;", you will have to reference string as "std:
tring". I don't know if you have done this or not, but those are the two things I can think of at this time.It has been a long time since I've worked in C++ (I should do something about that), so I cannot really think of much else at this time.

