Basic C++ Idioms / Techniques

前端 未结 6 1352
闹比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:04

    (hardly a must-know, but still useful) Writing domain-specific languages with operator overloading and template metaprogramming (see Boost.Spirit for a nice example) - but this is the kind of thing that makes shooting yourself in the foot easy, too.

提交回复
热议问题