A
Adriano Coser
Hello.
I´m evaluating Visual C++ .NET and I'm trying to convert a program
developed with Borland C++ Builder. In this program I use the
__property keyword on the definition of my classes.
Writing managed code I could easily translate the properties
declarations to mantain their uses. But I'm not writing managed code,
I want to keep my non-interface classes unmanaged. Is there a way to
translate the VCL style properties do unmanaged Visual C++ mantaining
the syntax "student->Age = 31;" ?
Thanks in advance for any help.
Regards,
Adriano.
I´m evaluating Visual C++ .NET and I'm trying to convert a program
developed with Borland C++ Builder. In this program I use the
__property keyword on the definition of my classes.
Writing managed code I could easily translate the properties
declarations to mantain their uses. But I'm not writing managed code,
I want to keep my non-interface classes unmanaged. Is there a way to
translate the VCL style properties do unmanaged Visual C++ mantaining
the syntax "student->Age = 31;" ?
Thanks in advance for any help.
Regards,
Adriano.