c++: how to get c#-like properties - Stack Overflow
Is it possible to have c#-like properties in c++? At first I thought not and I have,'t found any source that ... __declspec( property ( put = property__set_##n, get = property__get_##n ) ) t n;\ typedef t property__tmp_type_##n #define READONLY_PROPER...