Basic C++ Idioms / Techniques

前端 未结 6 1435
闹比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 01:58

    The first two are 'must know' for a good C++ programmer. 'Good C++ programmers' do not overload operators for fun.

提交回复
热议问题