Basic C++ Idioms / Techniques

前端 未结 6 1348
闹比i
闹比i 2021-02-02 01:21

Note: marked as community wiki.

In recent days, I\'ve realized how little I know about C++.

Besides:

  • using the STL
  • implementing RAII
6条回答
  •  星月不相逢
    2021-02-02 02:00

    • OO Design
    • Types of exception safety guarantees (which is what most design patterns/idioms are based on).
    • When to use which standard containers
    • Boost

提交回复
热议问题