上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 69 下一页

2020年3月17日

C++ static成员函数(转)

摘要: 原文链接:https://blog.csdn.net/chengqiuming/article/details/89738995 参考链接: https://blog.csdn.net/weixin_41783335/article/details/92784826 https://blog.csd 阅读全文

posted @ 2020-03-17 14:59 lh03061238 阅读(1448) 评论(0) 推荐(0) 编辑

C++ static cons或 cons static成员变量

摘要: 原文链接:https://www.cnblogs.com/xiezhw3/p/4354601.html 推荐参考: https://blog.csdn.net/tobefxz/article/details/14109697 https://blog.csdn.net/weixin_40539125 阅读全文

posted @ 2020-03-17 14:58 lh03061238 阅读(258) 评论(0) 推荐(0) 编辑

C++ const以及它们的初始化(转)

摘要: 原文链接: https://blog.csdn.net/qq_40416052/article/details/82655736?depth_1-utm_source=distribute.pc_relevant.none-task&utm_source=distribute.pc_relevant 阅读全文

posted @ 2020-03-17 13:45 lh03061238 阅读(845) 评论(0) 推荐(0) 编辑

2020年3月15日

03.初识程序的灵魂

摘要: 原文:https://www.cnblogs.com/wanmeishenghuo/p/9484777.html 内容参考: 狄泰软件学院相关教程 程序并不是越短越好。 数据结构静态的描述了数据元素之间的关系。 高效的程序需要在数据结构的基础上设计和选择算法 高效的程序包括:恰当的数据结构和合适的算 阅读全文

posted @ 2020-03-15 21:46 lh03061238 阅读(110) 评论(0) 推荐(0) 编辑

02.数据的艺术

摘要: 原文: https://www.cnblogs.com/wanmeishenghuo/tag/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/default.html?page=4 内容参考: 狄泰软件学院相关教程 数据的概念: 程序操作的对象,用于描述客观事物 数据的特点 阅读全文

posted @ 2020-03-15 21:11 lh03061238 阅读(105) 评论(0) 推荐(0) 编辑

2020年3月14日

C++多态原理及实现分析

摘要: 原文链接:https://www.cnblogs.com/alinh/p/9636352.html 参考链接: https://blog.csdn.net/genzld/article/details/83514910 https://blog.csdn.net/qq_40840459/articl 阅读全文

posted @ 2020-03-14 13:22 lh03061238 阅读(207) 评论(0) 推荐(0) 编辑

2020年3月13日

C++ 对象模型分析

摘要: 参考:https://www.cnblogs.com/wanmeishenghuo/p/9581270.html 参考文章:https://coolshell.cn/articles/12176.html 测试代码: #include <iostream> #include <string> usi 阅读全文

posted @ 2020-03-13 14:53 lh03061238 阅读(98) 评论(0) 推荐(0) 编辑

函数指针

摘要: 原文链接:https://blog.csdn.net/lishun1422840684/article/details/83755506 参考: https://www.cnblogs.com/renyuan/p/5268094.html https://www.jb51.net/article/8 阅读全文

posted @ 2020-03-13 14:07 lh03061238 阅读(111) 评论(0) 推荐(0) 编辑

2020年3月12日

linux 内核开发参考资料

摘要: 参考链接 https://blog.csdn.net/xiezhi123456/category_7609249.html https://blog.csdn.net/gatieme/category_9265324.html 阅读全文

posted @ 2020-03-12 18:43 lh03061238 阅读(102) 评论(0) 推荐(0) 编辑

C语言写一个类

摘要: ClassDemo代表一个类,Demo_Create相当于构造函数。 运行结果如下: 主函数第12行直接通过d指针修改mi的值,会编译报错: 从面向对象的观点来看,mi是私有的,我们不能从外部访问。 而在C语言中没有private关键字,我们是通过void*指针来实现的。通过void这样的技术来实现 阅读全文

posted @ 2020-03-12 17:37 lh03061238 阅读(773) 评论(0) 推荐(0) 编辑

上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 69 下一页

导航