https://github.com/slmt/cpp-quick-guide
C++ 快速上手手冊
https://github.com/slmt/cpp-quick-guide
Last synced: 3 months ago
JSON representation
C++ 快速上手手冊
- Host: GitHub
- URL: https://github.com/slmt/cpp-quick-guide
- Owner: SLMT
- Created: 2024-05-28T03:19:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-23T10:13:47.000Z (about 1 year ago)
- Last Synced: 2025-04-05T18:21:58.348Z (about 1 year ago)
- Language: Handlebars
- Homepage: https://www.slmt.tw/cpp-quick-guide/
- Size: 1.61 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 小山的 C++ 快速上手筆記
[](https://github.com/SLMT/cpp-quick-guide/actions/workflows/deploy.yml)
本書是為了讓不熟悉 C++ 的人,在有接觸過其他 OOP 程式語言(例如 Java)的前提下快速上手所做的筆記。
- 本書網址: [https://www.slmt.tw/cpp-quick-guide/](https://www.slmt.tw/cpp-quick-guide/)
- 本書 Repository: [https://github.com/SLMT/cpp-quick-guide](https://github.com/SLMT/cpp-quick-guide)
## 先備知識
預期閱讀此筆記前,假定讀者已經:
- 學習過 C 語言(或類似語法的語言)
- 熟悉其他物件導向 (OOP) 程式語言 (e.g., Java, JavaScript, Golang...)
## 內容哪裡來的?
這本筆記的內容主要是我從以下網站中整理出來的重點回顧:
- TutorialsPoint C++: [https://www.tutorialspoint.com/cplusplus/index.htm](https://www.tutorialspoint.com/cplusplus/index.htm)
- Microsoft Learn - C++ 文件: [https://learn.microsoft.com/zh-tw/cpp/cpp/?view=msvc-170](https://learn.microsoft.com/zh-tw/cpp/cpp/?view=msvc-170)
- GeeksforGeeks - The C++ Standard Template Library (STL): [https://www.geeksforgeeks.org/the-c-standard-template-library-stl/](https://www.geeksforgeeks.org/the-c-standard-template-library-stl/)
- Modern C++ Tutorial: C++ 11/14/17/20 On the Fly: [https://changkun.de/modern-cpp/en-us/00-preface/](https://changkun.de/modern-cpp/en-us/00-preface/)