欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

11.29

程序员文章站 2022-04-14 20:13:19
TheChernoProject 1. Unions in C++ 2. C++ Header Files 3. Templates in C++ 4. Lambdas in C++ 5. Function Pointers in C++ 6. Virtual Destructors in C++ ......
thechernoproject

1. unions in c++

2. c++ header files

3. templates in c++

4. lambdas in c++

5. function pointers in c++

6. virtual destructors in c++

7. casting in c++

8. static in c++

9. static in classes and structs in c++

10. smart pointers in c++

 

when should you use braces instread of parentheses for object creation?

why are alias declarations better than typedefs?

how does constexpr differ from const?

what's the relationship between const member functions and thread safety?