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.
Logged In: NO
yes please include it... btw it's problem on gcc...