공부/C++ (4) 썸네일형 리스트형 C++ 자료형 Max 값 ( Windows 10 - 64bit 에서 테스트 ) #include 의 template numeric_limits를 사용. 더보기 #include #include #include ostringstream os; cout [정리중] C++ 디자인 패턴 종류 보호되어 있는 글입니다. STL Container (기존 게시물 https://static-jsony.tistory.com/42 ) STL Container 컨테이너란 데이터를 모아서 저장해 둘 수 있는 제네릭 데이터 구조로, 템플릿(template)로 만들어져 있기에 어떤 데이터 타입이든 저장이 가능하다. std::array와 std::bitset을 제외한 나머지 컨테이너들은 항목의 갯수에 따라 그 크기가 유동적으로 변하기 때문에 융통성 있게 사용할 수 있다. 컨테이너 타입 종류 + @ Sequence Container [ 시퀸스 컨테이너 ] array 배열 vector 가변배열 list 양방향 연결 리스트 forward_list 단방향 연결 리스트 deque 앞뒤로 넣고 빼는 큐 특징 선형적인 집합 자료를 저장하는 기본 임무에 충실한 일반적인 컨테이.. C++ 키워드 ( 정리 중 ) alignas char do goto operator static typeid alignof char16_t double if or static_assert typename and char32_t dynamic_cast inline or_eq static_cast union and_eq class else int private struct unsigned asm compl enum long protected switch using auto const explicit mutable public template virtual bitand constexpr export namespace register this void bitor const_cast extern new reinterpret_cast threa.. 이전 1 다음