At the moment, Dev-C++ does not highlight variables and types inside namespaces, like for example std::string and std::list. It would be a bit weird to only highlight string and not, for example, list.
I could add the 'string' word as an exception to the rule though.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You mean std::string right?
At the moment, Dev-C++ does not highlight variables and types inside namespaces, like for example std::string and std::list. It would be a bit weird to only highlight string and not, for example, list.
I could add the 'string' word as an exception to the rule though.
float i, j, k;
int y;
string GO [1000] [100], ((((((((((
sorry
float i, j, k;
int y;
string GO[10], ((((((((((
tickets
removes the brackets from the text.