G
Guest
Hi,
I have a RC version of VC.NET 2005 for testing purpose and i would like to
understand the purpose of ^ character.
Now instead to write :
String strTest="";
we need to write :
String^ strTest= "";
why and what are the implications of this changes ?
i did not find any information in help about it except few words and without
any real detail.
Precision : i'm working under Windows.Forms.
thanks a lot,
Maileen
I have a RC version of VC.NET 2005 for testing purpose and i would like to
understand the purpose of ^ character.
Now instead to write :
String strTest="";
we need to write :
String^ strTest= "";
why and what are the implications of this changes ?
i did not find any information in help about it except few words and without
any real detail.
Precision : i'm working under Windows.Forms.
thanks a lot,
Maileen