Thread: C++/CLI forum ?
View Single Post
Old 03-09-2006, 04:57 AM   #4 (permalink)
DJMaze
Senior Contributor
 
DJMaze's Avatar
 
Join Date: Mar 2005
Posts: 672
DJMaze is on a distinguished road
I don't have a vision for it at the moment since i've moved to cross-platform c++ coding myself, just because i want my apps to work on Linux and OSX.
However i do see many benefits that were already similar in the Borland products like 'property' = BCB __property.
Other stuff like abstract classes and interfaces is also cool especialy when you are writing cross-platform and need several copies of a class for each underlying OS (win32window.h, x11window.h).

It would be hard for M$ to put patents on it, and if they do its probably in the CLR (their version of things).
DJMaze is offline   Reply With Quote