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.
'C++' 카테고리의 다른 글
Data types (0) | 2024.02.24 |
---|---|
C++ 주석 쓰는 법 (1) | 2024.02.24 |
build, clean, rebuild, compile, run/start (0) | 2024.02.19 |
What is Project and Workspace(or Solution)? (0) | 2024.02.19 |
C++ IDE 설치하기 (1) | 2024.02.19 |