programming

Properties and c++

D handles properties in a really clean way. Say you want a read/write property, you can write two methods and it handles the sugar for you.

=> Read more!