목록개발 공부/Effective STL (1)
음악, 삶, 개발
Effective STL 목차
Container Item 1. Choose your containers with care. Item 2. Beware the illusion of container-independent code. Item 3. Make copying cheap and correct for objects in containers. Item 4. Call empty instead of checking size() against zero. Item 5. Prefer range member functions to their single-element counterparts. Item 6. Be alert for C++'s most vexing parse. Item 7. When using containers of newed ..
개발 공부/Effective STL
2020. 9. 16. 05:38