목록개발 공부/More Effective C++ (1)
음악, 삶, 개발
More Effective C++ 목차
Acknowledgments Introduction Basics Item 1: Distinguish between pointers and references. Item 2: Prefer C++-style casts. Item 3: Never treat arrays polymorphically. Item 4: Avoid gratuitous default constructors. Operators Item 5: Be wary of user-defined conversion functions. Item 6: Distinguish between prefix and postfix forms of increment and decrement operators. Item 7: Never overload &&, ||, ..
개발 공부/More Effective C++
2020. 9. 16. 05:05