上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 69 下一页

2020年5月11日

C++ 构造函数与this指针

摘要: c参考原文:https://www.cnblogs.com/Star-Lit/p/8623050.html 参考: https://blog.csdn.net/wangningyu/article/details/4594297 http://c.biancheng.net/view/170.htm 阅读全文

posted @ 2020-05-11 19:40 lh03061238 阅读(3813) 评论(0) 推荐(0) 编辑

2020年5月3日

linux线程互斥与同步

摘要: 原文 :https://blog.csdn.net/summy_J/article/details/72756926 阅读全文

posted @ 2020-05-03 16:28 lh03061238 阅读(151) 评论(0) 推荐(0) 编辑

多线程编程之pthread_cond_wait、pthread_cond_signal

摘要: 参考: https://www.cnblogs.com/x_wukong/p/7909895.html https://blog.csdn.net/paulkg12/article/details/84663378?utm_medium=distribute.pc_relevant_t0.none- 阅读全文

posted @ 2020-05-03 15:09 lh03061238 阅读(150) 评论(0) 推荐(0) 编辑

深刻理解socket编程中的read&&write

摘要: 原文:https://zhuanlan.zhihu.com/p/71799852 阅读全文

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

2020年4月30日

重载操作符为成员函数和全局函数对于做操作数的限制(转)

摘要: 原文:https://blog.csdn.net/ninghu800/article/details/17000787?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromBaidu-7&depth_1-utm_source 阅读全文

posted @ 2020-04-30 20:57 lh03061238 阅读(210) 评论(0) 推荐(0) 编辑

C++ 动态类型识别

摘要: 原文:https://www.cnblogs.com/blogs-of-lxl/p/6484036.html 1.动态类型指的是基类指针所指向的对象的实际类型 2.C++中的多态根据实际的对象类型调用对应的虚函数(1)可以在基类中定义虚函数返回具体的类型信息(2)所有的派生类都必须实现类型相关的虚函 阅读全文

posted @ 2020-04-30 20:24 lh03061238 阅读(939) 评论(0) 推荐(0) 编辑

Static_cast 与 Dynamic_cast的区别(转)

摘要: 原文:https://www.cnblogs.com/zhyg6516/archive/2011/03/07/1971898.html 参考: https://segmentfault.com/q/1010000006155722 https://www.cnblogs.com/space-plac 阅读全文

posted @ 2020-04-30 14:23 lh03061238 阅读(474) 评论(0) 推荐(0) 编辑

2020年4月27日

atoi()和itoa()函数详解以及C语言实现(转)

摘要: atoi()函数 atoi()原型: int atoi(const char *str ); 函数功能:把字符串转换成整型数。 参数str:要进行转换的字符串 返回值:每个函数返回 int 值,此值由将输入字符作为数字解析而生成。 如果该输入无法转换为该类型的值,则atoi的返回值为 0。 注意:使 阅读全文

posted @ 2020-04-27 11:43 lh03061238 阅读(662) 评论(0) 推荐(0) 编辑

strcpy和strdup比较和详解 (转)

摘要: 原文:https://blog.csdn.net/koozxcv/article/details/49306751 strcpy和strdup比较和详解函数和功能描述:①extern char *strdup(char *s); 头文件:string.h 功能: 将串拷贝到新建的位置处 说 明:st 阅读全文

posted @ 2020-04-27 11:38 lh03061238 阅读(440) 评论(0) 推荐(0) 编辑

2020年4月13日

指向类成员函数的指针(转)

摘要: 原文:https://blog.csdn.net/jinjinClouded/article/details/5189540?depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromBaidu-2&utm_sou 阅读全文

posted @ 2020-04-13 19:39 lh03061238 阅读(219) 评论(0) 推荐(0) 编辑

上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 69 下一页

导航