本文介绍了基本C ++成语/技术的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
注意:标记为社区wiki。
最近几天,我意识到我对C ++的了解有多少。
此外:
使用STL- 重载操作符<< li>
谢谢!
解决方案
我认为这应该包括:
Note: marked as community wiki.
In recent days, I've realized how little I know about C++.
Besides:
- using the STL
- implementing RAII
- implementing ref-counted smart pointers
- writing my own policy-based template classes
- overloading operators << for fun
What other techniques are must-know for a good C++ programmer?
Thanks!
解决方案
I think this should cover it:
这篇关于基本C ++成语/技术的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!