An open API service indexing awesome lists of open source software.

https://github.com/slmt/cpp-quick-guide

C++ 快速上手手冊
https://github.com/slmt/cpp-quick-guide

Last synced: 3 months ago
JSON representation

C++ 快速上手手冊

Awesome Lists containing this project

README

          

# 小山的 C++ 快速上手筆記

[![Deploy](https://github.com/SLMT/cpp-quick-guide/actions/workflows/deploy.yml/badge.svg)](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/)