C++
May 8, 2024Less than 1 minute
C++
相比于c,c++的特性
- OOP,类的继承和多态
- Template 泛型
- overloading 函数和运算符重载
- reference 类型,避免指针带来的一些问题
- STL
- Exception handling
- namespace
包管理器/构建工具
ninja, makefile
cmake, xmake, qmake
vcpkg
Bazel/blade
(google、tencent)
clangd
conan
buckaroo
clib