2019年2月28日
摘要:
转载地址:https://www.cnblogs.com/HPAHPA/p/8351284.html#undefined 学习C++的多态性,你必然听过虚函数的概念,你必然知道有关她的种种语法,但你未必了解她为什么要那样做,未必了解她种种行为背后的所思所想。深知你不想在流于表面语法上的蜻蜓点水似是而
阅读全文
posted @ 2019-02-28 13:30
码农er
阅读(311)
推荐(0)
2019年1月9日
摘要:
链接:http://blog.sina.com.cn/s/blog_77c854670100qwso.html https://bbs.csdn.net/topics/380229387 http://www.cnblogs.com/baodaren/p/5301212.html //安装 http
阅读全文
posted @ 2019-01-09 08:42
码农er
阅读(127)
推荐(0)
摘要:
链接: https://blog.csdn.net/fengyishang/article/details/46473801 https://364434006.iteye.com/blog/1747490 https://blog.csdn.net/fengyishang/article/deta
阅读全文
posted @ 2019-01-09 08:37
码农er
阅读(107)
推荐(0)
摘要:
链接:https://www.cnblogs.com/lzpong/p/6145511.html
阅读全文
posted @ 2019-01-09 08:35
码农er
阅读(131)
推荐(0)
摘要:
l链接:https://www.cnblogs.com/lhm166/articles/6604852.html
阅读全文
posted @ 2019-01-09 08:32
码农er
阅读(60)
推荐(0)
摘要:
链接:http://www.ymmfa.com/read-gktid-1638742.html
阅读全文
posted @ 2019-01-09 08:31
码农er
阅读(325)
推荐(0)
2018年12月28日
摘要:
#ifdef PUB_UTILITY_EXPORTS#define PUB_UTILITY_API G_DECL_EXPORT#else#define PUB_UTILITY_API G_DECL_IMPORT#endif
阅读全文
posted @ 2018-12-28 09:14
码农er
阅读(604)
推荐(0)
摘要:
//vc编译器 #ifdef _MSC_VER#pragma warning(push)#pragma warning(disable:4100)#endif //代码 #ifdef _MSC_VER#pragma warning(pop)#endif
阅读全文
posted @ 2018-12-28 09:12
码农er
阅读(1284)
推荐(0)
2018年12月26日
摘要:
int load(const std::string &strFilePath, const std::string &strFileName){ m_mapParam.clear(); string strConfFullPath; if (kbdSuccess != makeConfigFile
阅读全文
posted @ 2018-12-26 13:22
码农er
阅读(1300)
推荐(0)
摘要:
namespace fs = boost::filesystem; fs::path objPath = strFilePath; // strFilePath--目录 objPath/=strFileName;// strFileName--文件名 if(objPath.is_absplute()
阅读全文
posted @ 2018-12-26 11:58
码农er
阅读(493)
推荐(0)