IonicWind Software

Aurora Compiler => General Discussion => Topic started by: Parker on January 22, 2006, 04:57:32 PM

Title: Automatic conversion operators
Post by: Parker on January 22, 2006, 04:57:32 PM
In C++ they fall under operator overloading, but I'm wondering if there is a possibility that we can have automatic conversions in classes. So for example, we could define the subroutine int() inside a class and return its m_something variable.

Just something I'm hoping for, no pressure or anything though. Thanks.