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... 阅读全文
posted @ 2012-06-28 16:27 BiG5 阅读(182) 评论(0) 推荐(0)
摘要:将c#代码转成 c++ 代码时,遇到如下错误 error C2661: System::Text::StringBuilder::AppendFormat' : no overloaded function takes 4 arguments System::Text::StringBuilde... 阅读全文
posted @ 2012-06-25 18:23 BiG5 阅读(289) 评论(0) 推荐(0)
摘要://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 ... 阅读全文
posted @ 2012-06-19 14:40 BiG5 阅读(284) 评论(0) 推荐(0)
摘要://z 2012-6-8 17:54:59 PM is2120@csdn.T2248944666 1. stlport 静态链接与动态链接 如果程序要使用静态库的话必须定义宏:_STLP_USE_STATIC_LIB 如果程序要使用动态库的话必须定义宏: _STLP_USE_DYNAMIC_LI... 阅读全文
posted @ 2012-06-08 17:52 BiG5 阅读(117) 评论(0) 推荐(0)
摘要:NVARCHAR versus VARCHAR SQL Server provides both datatypes to store character information. For the most part the two datatypes are identical in how... 阅读全文
posted @ 2012-06-07 15:00 BiG5 阅读(186) 评论(0) 推荐(0)