> From: Jason H <scorp...@yahoo.com>

>C++ on .NET functions as it does now, however the compiler introduces the 
>operator of ^ as a type modifier like * (pointer)
>^ are handles to managed objects, as * are addresses of objects. The runtime 
>then handles dereferencing the handles for you. jsut like your compiler uses 
>the appropriate instructions with a pointer.


By which you mean C++/CLI, not strictly C++. You can mix the two with a .NET 
environment, and native C++ doesn't support the ^ operator. For that matter you 
can use 'new' instead of 'gcnew' as well, and now you have a mixture of what's 
being managed and what is not.


$0.02

Ben

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to