I'm not a Dev-Cpp developer, but I've got an idea.
Borland C++ Builder has a fantastic feature: the __property keyword. It allows you to do some preprocessing before actually reading or writng the information (ex. assigning or returning the value of a field), and the main feature of it is that it can all be done by simply the assign operator. I think this is very convenient and I'm sure it would encourage many users to switch to Dev-Cpp and make it a lot more competitive.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm not a Dev-Cpp developer, but I've got an idea.
Borland C++ Builder has a fantastic feature: the __property keyword. It allows you to do some preprocessing before actually reading or writng the information (ex. assigning or returning the value of a field), and the main feature of it is that it can all be done by simply the assign operator. I think this is very convenient and I'm sure it would encourage many users to switch to Dev-Cpp and make it a lot more competitive.