随笔分类 -  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... 阅读全文
posted @ 2014-09-28 08:31 rain_2012_qf 阅读(452) 评论(0) 推荐(0)
摘要:std::string SystemStringToStdString( System::String^ sData ){ int q=(int)System::Runtime::InteropServices::Marshal::StringToHGlobalAnsi(sData); char* ... 阅读全文
posted @ 2014-09-18 13:38 rain_2012_qf 阅读(335) 评论(0) 推荐(0)