06 2012 档案
摘要://z 2012-6-28 16:31:32 PM is2120@csdn 在定义了unicode的情况下,wsprintf的格式字符串 c A single character. This sequence is interpreted as type WCHAR. C A sin...
阅读全文
摘要:将c#代码转成 c++ 代码时,遇到如下错误 error C2661: System::Text::StringBuilder::AppendFormat' : no overloaded function takes 4 arguments System::Text::StringBuilde...
阅读全文
error C3225: generic type argument for 'T' cannot be 'System::Collections::Generic::KeyValuePair ^',
摘要://z 2012-6-19 14:38:56 PM IS2120@CSDN.T637923912 I want to create a List of KeyValuePairs in a managed C++ project. Here is the syntax I'm using ...
阅读全文
摘要://z 2012-6-8 17:54:59 PM is2120@csdn.T2248944666 1. stlport 静态链接与动态链接 如果程序要使用静态库的话必须定义宏:_STLP_USE_STATIC_LIB 如果程序要使用动态库的话必须定义宏: _STLP_USE_DYNAMIC_LI...
阅读全文
摘要:NVARCHAR versus VARCHAR SQL Server provides both datatypes to store character information. For the most part the two datatypes are identical in how...
阅读全文