Rookie2

1st Edition

导航

2013年3月13日 #

Effective C++总结

摘要: Effective C++ 3rd 总结Effective C++ 3rd 总结如果你还没有读过Effective C++,请绕行。如果你读过,可以借鉴下。Table of Contents1 1. View C++ as a federation of languages 2 2. Prefer consts, enums and inlines to #defines 3 3. Use const whatever possible 4 4. Make sure that objects are initialized before they are used 5 5. Know what 阅读全文

posted @ 2013-03-13 15:51 Rookie2 阅读(2433) 评论(1) 推荐(0) 编辑