목록개발 공부/Effective C++ (1)
음악, 삶, 개발
Effective C++ 목차
Preface Acknowledgments Introduction Chapter 1 : Accustoming Yourself to C++ Item 1: View C++ as a federation of languages. Item 2: Prefer consts, enums, and inlines to #defines. Item 3: Use const whenever possible. Item 4: Make sure that objects are initialized before they’re used. Chapter 2: Constructors, Destructors, and Assignment Operators Item 5: Know what functions C++ silently writes and..
개발 공부/Effective C++
2020. 9. 16. 04:58