随笔分类 - CLI
摘要:C#, value type passed by value:(int a)— C++/CLI: the same:(int a)C#, value type passed by ref:(ref int a)— C++/CLI: the same:(int %a)C#, reference typ...
阅读全文
摘要:std::string SystemStringToStdString( System::String^ sData ){ int q=(int)System::Runtime::InteropServices::Marshal::StringToHGlobalAnsi(sData); char* ...
阅读全文
浙公网安备 33010602011771号