在visual-C++ 2010中,* ^和&之间的主要区别是什么?
*
^
&
发布于 2010-08-25 01:02:34
你指的是C++/CLI,微软设计的新的“托管C++”。
Type*
Type^
Type&
”
https://stackoverflow.com/questions/3558924
相似问题