nakka soft world !
STL (Standard Template Library) 본문
728x90
STL (Standard Template Library)
1. 소개
C++ 98/03 STL 처음 소개됨
자료구조를 나타내는 컨테이너, 알고리즘 함구, 반복자, 함수 객채등
C++ 11/14
멀티 쓰레트, atom, 스마트 포인터, regex, function, bind
C++ 17/20
Boost 라이브러리 내용이 많이 추가됨
filesystem, optional, string_view, arry_view, range
728x90
'프로그래밍언어 > C++' 카테고리의 다른 글
반복자 (STL iterator) (0) | 2017.03.19 |
---|---|
컨테이너 (Container) (0) | 2017.03.19 |
String 클래스 만들기 (0) | 2017.03.19 |
대입연산자 (assignment operator) (0) | 2017.03.19 |
스마트 포인터 (Smart Pointer) (0) | 2017.03.19 |
Comments