- coding language
- C++
- Python
- Design Pattern 设计模式
- Operating System 操作系统
- Embedded Software 嵌入式软件
- Programmer Tools 编程开发工具
- 欢迎兄弟们加入到该项目,提交你的代码
- Overview
- C++ 11
- 1-Automatic type deduction 自动类型推导
- 2-Range-based for loop 范围基于的循环
- 3-Lambda 表达式
- 4-并发编程 Concurrent programming
- 5-智能指针 Smart pointer
- 6-正则表达式 regular expression
- 7-新的容器 new containers
- 8-强类型枚举 Strongly typed enumerations
- 9-初始化列表 initializer list
- 10-右值引用 rvalue reference
- 11-委托构造函数 Delegating constructors
- 12-类型萃取 Type extraction
- 13-静态断言 Static assertions
- 14-属性语法 attribute syntax
- 15-原子操作 Atomic operation
- 16-垃圾收集 Garbage Collection
- 17-文件系统库 File System Library
- 18-用户定义的字面量 User defined literal values
- 19-线程局部存储 Thread Local Storage
- 20-扩展的
sizeof
Extended sizeof - 21-统一的内存模型 Unified memory model
- 22-新的转换运算符 New conversion operator
- 23-头文件中的 inline 变量 Inline variable in header file
- 24-删除的函数 delete functions
- 25-默认函数删除 =default =delete
- 26-多成员的
using
声明 Multi member using declaration - 27-显式的虚拟函数重写 Explicit rewriting of virtual functions
- 28-纯虚函数的默认实现 The default implementation of pure virtual functions
- 29-外部模板 Extern Template
- 30-可变参数模板 Variadic Templates
- 31-nullptr and nullptr_t
- 32-type alias
- 33-move aware class
- 34-Hash Function
- 35-tuple
- C++ 14
- C++ 17
- C++ 20
- C++ 23
What are the common design principles or best practices in design patterns?
- 微信公众号:WeSiGJ
- GitHub:https://github.com/wesigj/cplusplusboys
- CSDN:https://blog.csdn.net/wesigj
- 微博:
- 版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。