C++ 基础知识总览

C++ 基础知识总览


注意:

 类定义里面的成员变量成员函数,默认是private

类本身默认public,全局成员变量和函数也是public类型

http://c.biancheng.net/view/422.html C++资源网站

C++ 构造函数与析构函数,与成员初始化列表语法

https://blog.csdn.net/qq_41605114/article/details/88358498

C++ 类及OOP编程

https://blog.csdn.net/qq_41605114/article/details/88327295

C++:引用变量

https://blog.csdn.net/qq_41605114/article/details/88416448 

C++ this指针(类中的函数成员使用按引用传递时...隐式和显式调用类对象)

https://blog.csdn.net/qq_41605114/article/details/88426844

C++ 基本概念(指针,数组(一维二维),结构体)

https://blog.csdn.net/qq_41605114/article/details/87879986

C++:什么该写在.h文件中,什么该写在.cpp文件中

https://blog.csdn.net/qq_41605114/article/details/104093691

扫描二维码关注公众号,回复: 10148559 查看本文章

C++(存储持续性,作用域(包含类)及链接性,名称空间)

https://blog.csdn.net/qq_41605114/article/details/87930069

C和C++的区别

https://blog.csdn.net/qq_41605114/article/details/104239945

C++ 内联函数

https://blog.csdn.net/qq_41605114/article/details/104244607

C++ 函数重载(overload)

https://blog.csdn.net/qq_41605114/article/details/104277835

C++ 常函数和常对象

https://blog.csdn.net/qq_41605114/article/details/104278313

C++ 友元(friend)

https://blog.csdn.net/qq_41605114/article/details/104278504

C++ 继承

https://blog.csdn.net/qq_41605114/article/details/104244620

C++ 运算符重载

https://blog.csdn.net/qq_41605114/article/details/104294217

C++ 多态

https://blog.csdn.net/qq_41605114/article/details/104282305

发布了85 篇原创文章 · 获赞 11 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/qq_41605114/article/details/104314709