赞助
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 39 下一页
摘要: 出处:http://www.codeproject.com/Articles/85391/Microsoft-Visual-C-Static-and-Dynamic-Libraries出处:http://blog.chinaunix.net/uid-25806493-id-3437354.html 阅读全文
posted @ 2015-04-23 18:00 车臣 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 函数一: 1 std::string CheckString(std::string& strSource) 2 { 3 std::string strOldValue = "'"; 4 std::string strNewValue = "''"; 5 for(std... 阅读全文
posted @ 2015-04-22 17:27 车臣 阅读(1608) 评论(0) 推荐(0) 编辑
摘要: 1.新建Win32工程 2.选中Resource Files -> add resource 点击打开 这里需要你填写一个Resource Type ,假如你之前已经有了,就直接输入,没有的话在你输入后会给你自动建立一个自定义 3.完成上述操作后,你站到resource view就会看到资源已经建立 阅读全文
posted @ 2015-04-20 16:00 车臣 阅读(1333) 评论(0) 推荐(0) 编辑
摘要: 转载一:http://blog.csdn.net/bripengandre/article/details/2192982转载二:http://blog.csdn.net/flfna/article/details/5048290转载三:http://www.cnblogs.com/dusthunt... 阅读全文
posted @ 2015-04-20 11:13 车臣 阅读(603) 评论(0) 推荐(0) 编辑
摘要: 清除vs2003-vs2008起始页最近打开项目http://www.cnblogs.com/fanyf/archive/2012/03/16/2399814.html 阅读全文
posted @ 2015-04-11 14:27 车臣 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 using namespace std; 4 1 /*文件大小格式化 2 *param [in] dwSize xx.xxB 、xx.xxKb 、xx.xxM 3 */ 4 5 LPCTSTR CFileUtil::FileSizeToFormat(DWORD dwSize) 6 { 7 TCHAR* ... 阅读全文
posted @ 2015-03-30 16:51 车臣 阅读(725) 评论(0) 推荐(0) 编辑
摘要: 一、 http://www.cnblogs.com/welkinwalker/archive/2011/10/20/2218804.html 二、http://www.cnblogs.com/TianFang/archive/2008/09/19/1294521.html 三、http://blog 阅读全文
posted @ 2015-03-20 14:14 车臣 阅读(450) 评论(0) 推荐(0) 编辑
摘要: 出处:http://www.cnblogs.com/hanxi/archive/2012/07/25/2608068.html 阅读全文
posted @ 2015-02-10 15:24 车臣 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 1. C++拷贝构造函数参数为const类型原因:因为复制构造函数是用引用方式传递复制对象,引用方式传递的是地址,因此在构造函数内对该引用的修改会影响源对象,防止源对象被修改,就要把参数类型设为const2.枚举类型使用枚举时,会遇到这个警告: warning C4482: nonstandard ... 阅读全文
posted @ 2015-02-09 17:34 车臣 阅读(263) 评论(0) 推荐(1) 编辑
摘要: 多态:http://blog.csdn.net/tmljs1988/article/details/8146521C++中两个类相互包含引用问题:http://blog.csdn.net/leo115/article/details/7395077 http://blog.csdn.net/tmlj... 阅读全文
posted @ 2015-02-02 13:43 车臣 阅读(226) 评论(0) 推荐(0) 编辑
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 39 下一页