# C++ STL ###### tags: `C++` `STL` ### 前言 學習好 C++ STL,就多了一堆利器,可以解決所面臨的問題。C++ 標準函數庫(STL) 基本上包括: - 容器 (Container) - 演算法 (Alogrithm) 下面這個網站是一個很好的學習網站: - https://shengyu7697.github.io/cpp-tutorial/ ### 容器篇 #### Array - http://tommyjswu-blog.logdown.com/posts/775608-c-11-mouth-cannon-array - https://coherence0815.wordpress.com/2015/08/22/stdarray-in-c-11/ #### Vector - https://shengyu7697.github.io/std-vector/ #### List - https://shengyu7697.github.io/std-list/ #### Stack - https://shengyu7697.github.io/std-stack/ #### Queue & deque - https://shengyu7697.github.io/std-queue/ - https://shengyu7697.github.io/std-deque/ #### Set - https://shengyu7697.github.io/std-set/ - https://shengyu7697.github.io/std-unordered_set/ #### Map - https://shengyu7697.github.io/std-map/ - https://shengyu7697.github.io/std-multimap/ - https://shengyu7697.github.io/std-unordered_map/
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up