What is the purpose of the ^ symbol???
Use to I would write:
String test="";
Now you have to add:
String^ test="";
This character is to distinguish between a managed pointer and a regular pointer (* for reg. and ^ for managed).
http://www.voidnish.com/articles/Sho...=cppcliintro01
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks