what does the symbol ^% mean in c++ project [duplicate]
问题 This question already has answers here : What does the C++/CLI Object^% (caret percent-sign) declaration mean? (5 answers) Closed 4 years ago . i have a c# project AAA with the project type “class library", in another c++ project, it add the AAA.DLL in the reference, in the source code void CTest:OnCallback(OperationCallbackInfo^% oci) OperationCallbackInfo is class defined in AAA.dll my question is: what does the symbol ^ and % mean in the parameter? 回答1: It means what you have isn't really