음악, 삶, 개발

1. Bjarne Stroustrup - Principles and Practice Using C++ 목차 본문

개발 공부/Principles And Practice Using C++

1. Bjarne Stroustrup - Principles and Practice Using C++ 목차

Lee_____ 2020. 7. 13. 17:35

Bjarne Stroustrup 의 Principles and Practice Using C++ 라는 책을 

C++ 공부의 첫 시작했다.

그냥 책만 읽으면 머릿속에 남는게 없으므로, 책을 읽으며 각 챕터의 요약사항을 

블로그에 직접 정리하려한다. 

이 중의 몇몇 chapter 는 읽는것을 생략하겠다.

목차는 아래와 같다.

 

  1. Notes the Reader 

  2. Computers, People, and Programming 

  3. Hello, World! (완료)

  4. Objects, Types, and Values (완료)

  5. Computations (완료)

  6. Erros (완료)

  7. Writing a Program

  8. Completing a Program

  9. Functions (완료)

  10. Classes (완료)

  11. Input and Output Streams (완료)

  12. Customizing Input and Output

  13. A Display Model

  14. Graphics Classes

  15. Graphics Class Design (완료)

  16. Graphing Functions and Data

  17. Graphic User Interface (완료)

  18. Vector and Free Store (완료)

  19. Vectors and Arrays (완료)

  20. Vector, Template, and Exceptions (완료)

  21. Containers and Iterators (완료)

  22. Algorithms and Maps (완료)

  23. Ideas and History

  24. Text Manipulation

  25. Numerics

  26. Embedded Systems Programming

  27. Testing

  28. The C Programming Language

  29. Appendix A - A Language Summary

  30. Appendix B - Standard Library Summary

  31. Appendix C - Getting Started with Visual Studio

  32. Appendix D - Installing FLTK

  33. Appendix E - GUI Implementation