05 2016 档案

摘要:1、下载地址: https://github.com/qtproject/qt-solutions 2、 ZC: 做用于MFC的DLL的时候,app的创建 只能是在 主线程中,不然的话 就会报错... ZC: 于是 想将 Qt的DLL的窗口做到 子线程中 的想法,就不要再想了... 3、 阅读全文
posted @ 2016-05-31 20:55 CppSkill 阅读(160) 评论(0) 推荐(0) 编辑
摘要:http://mirrors.ustc.edu.cn/qtproject/archive/qt/5.5/5.5.1/qt-opensource-windows-x86-android-5.5.1.exe http://mirrors.ustc.edu.cn/qtproject/archive/qt/ 阅读全文
posted @ 2016-05-30 17:03 CppSkill 阅读(467) 评论(0) 推荐(0) 编辑
摘要:1、网上的资料: 1.1、参考网址:http://blog.csdn.net/changsheng230/article/details/6588447 1.2、网页内容: “ Qt 使用Unicode编码来存储操作字符串,但很多情况下,我们不得不处理采用其他编码格式的数据,举例来说,中文多采用GB 阅读全文
posted @ 2016-05-26 21:48 CppSkill 阅读(539) 评论(0) 推荐(0) 编辑
摘要:ZC: 来自 我的项目 czgj ZC: (1)、经过测试 MultiByteToWideChar(...) 返回的是 (需要的)WideChar[宽字符]的个数;(2)、WideCharToMultiByte 返回的是 (需要的)Char[窄字符]的个数 。 1、代码: 2、 阅读全文
posted @ 2016-05-26 21:45 CppSkill 阅读(475) 评论(0) 推荐(0) 编辑
摘要:ZC: 来自 我的项目 czgj 1、代码: 2、 阅读全文
posted @ 2016-05-26 21:42 CppSkill 阅读(284) 评论(0) 推荐(0) 编辑
摘要:1、测试代码: 2、 阅读全文
posted @ 2016-05-26 17:03 CppSkill 阅读(408) 评论(0) 推荐(0) 编辑
摘要:1、测试代码: 2、 3、 阅读全文
posted @ 2016-05-25 14:00 CppSkill 阅读(427) 评论(0) 推荐(0) 编辑
摘要:1、缺点(网上查到的): 在release下,如果在try语句块中(包括调用的函数)没有throw语句,则,整个try catch会被编译器给优化掉,不过这是符合C++标准的,因为C++标准说,catch必须能捕获程序中所有通过throw语句抛出的异常;至于内存访问违例,被0除等等系统异常则C++标 阅读全文
posted @ 2016-05-25 13:59 CppSkill 阅读(304) 评论(0) 推荐(0) 编辑
摘要:1、 2、 3、 阅读全文
posted @ 2016-05-13 09:17 CppSkill 阅读(121) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/onedime/archive/2012/11/19/2778130.html http://blog.csdn.net/adream307/article/details/7246993 http://wenku.baidu.com/link?url= 阅读全文
posted @ 2016-05-12 21:36 CppSkill 阅读(3060) 评论(0) 推荐(0) 编辑
摘要:消除警告: #pragma warning(disable:4786) ZC: 需要消除哪种警告,就在上面填写相应的编号 1、 在 VC6中使用vector<string>时,报类似下面的警告: “ F:\???\???\ZZ.CPP(22) : see reference to class tem 阅读全文
posted @ 2016-05-12 10:56 CppSkill 阅读(291) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/Leon5/archive/2011/08/24/2152670.html 1.微软针对这个问题发布了一个补丁包。下载地址 2.下载之后是一个源码包,解压,编译,生成一个FileTool.dll。 3.将生成的dll拷贝到VC安装目录的“\Common\ 阅读全文
posted @ 2016-05-11 13:27 CppSkill 阅读(216) 评论(0) 推荐(0) 编辑
摘要:1、 《C++反汇编与逆向分析技术揭秘》 2、 阅读全文
posted @ 2016-05-04 21:33 CppSkill 阅读(250) 评论(0) 推荐(0) 编辑
摘要:1、设置 工作目录 右击 CSDRGis --> Set Working Folder.. --> D:\CSDRGis 2、下载 源码 右击 CSDRGis --> Get Lastest Version... --> 勾选的状态 如下图: --> OK 3、上传 源码文件 VSS中选择 相应的目 阅读全文
posted @ 2016-05-04 10:08 CppSkill 阅读(117) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示