Possible Duplicate:
In C++/CLR, what does a hat character ^ do?
Just tried VC2008 and created a Form application. this is piece of code generated by IDE
int main(array<System::String ^> ^args)
what these "^"? Today is first time from VC6 to VC2008. They are the replacement of "*"?