Posts Tagged ‘type conversion’

Custom type conversion

Friday, February 27th, 2009 by Alejandro Mehring

It’s always useful to redefine operators on your custom types, for they make it easier to follow and mantain the code you’re writting.
So why not do the same with casting operators? Find out how!