Software Engineer Notes
1.0
Table of Contents
1. Part I - Introduction
1.1. About SEIN
1.2. Tools and Environment Setup
1.3. How to use this book?
1.4. C++ Tips
2. Part II - C++ Built-in Data Structure
3. Part III - Advanced Data Structure and Algorithm
4. Part IV - Interview
5. Sample
Software Engineer Notes
1.
Part I - Introduction
View page source
1.
Part I - Introduction
1.1. About SEIN
1.1.1. How to use this book
1.1.2. Structure of SEIN
1.1.3. Website
1.2. Tools and Environment Setup
1.2.1. Operating System
1.2.2. C++ Standard and Compiler
1.2.3. C++ REPL
1.2.4. Advice
1.2.5. Reference
1.3. How to use this book?
1.3.1. Build The Source Code
1.3.2. Debug The Source Code
1.3.3. How this book is structured?
1.3.4. How do I wrote this book?
1.4. C++ Tips
1.4.1. lower_bound and upper_bound
1.4.2. Virtual Function
1.4.3. shared_ptr unique_ptr weak_ptr