Usage example
std::list
std::vector
std::unordered_map
- following should be complied by more than c++11.
1
| $ g++ -std=c++11 main.cpp
|
the example code is following
priority queue
Useful links
C++ 공부할 때 읽으면 좋을 책들
STL은 정말 괜찮은 물건인가?
C++ 책 추천: 해외/번역서 기준 from SOF
Effective STL_pdf
C-Tutorial-A-Beginners-Guide-to-stdvector
C++ std::vector reference
C++ std::unordered_map
C++ std::priority_queue