
Encapsulation, Class, Inheritance

File streams are created, connected to files, and disconnected from files by the programmer.Stream이란? 프로그램과 키보드, 모니터, 파일, 네트워크 등과 연결시켜주는 역할.컴퓨터에서 데이터를
다른 객체(원소)들을 보관하는 하나의 커다란 보관소.STL 컨테이너의 경우, 클래스 템플릿(class template)의 형태로 구현되어 있기 때문에, 임의의 타입의 원소들을 위한 컨테이너 생성 가능.단, 한 컨테이너에는 한 가지 종류의 객체들만 보관할 수 있음.컨테이
An unnamed function object capable of capturing variables in scopecapture list람다에서 선언하지 않은 변수, 그리고 자기와 똑같은 스코프에 있는 변수를 가져옴.\[] : 아무것도 캡처하지 않음\[&x]: x만
Not a Specific term, Generic term.T: type parameterSpecific functions are generated by C++ automatically.Rather than providing two separate classes, w