C++

C++ Standard Library란

Bithub 2024. 2. 24. 16:56
728x90

#include <iostream>

우리가 C++ 프로그래밍할 때 자주 쓰는 구문이다.

이것은 C++ Standard Library인데

C++ Standard Library의 정의는 바로 다음과 같다.

Collection of precompiled code that has been “packaged up” for reuse in other programs. The C++ Standard Library is a library that ships with C++. It contains additional functionality to use in your programs.