cppreference.com
계정 만들기
로그인
이름공간
문서
토론
변수
보기
보기
편집
역사
행위
C++ compiler support
cppreference.com
<
cpp
C++
컴파일러 지원
Freestanding and hosted
언어
표준 라이브러리 헤더
명명된 요구사항
Feature test macros
(C++20)
언어 지원 라이브러리
개념
(C++20)
Diagnostics library
유틸리티 라이브러리
문자열 라이브러리
컨테이너 라이브러리
반복자 라이브러리
범위 라이브러리
(C++20)
알고리즘 라이브러리
수치 라이브러리
지역화 라이브러리
입/출력 라이브러리
파일시스템 라이브러리
(C++17)
정규 표현식 라이브러리
(C++11)
아토믹 연산 라이브러리
(C++11)
쓰레드 지원 라이브러리
(C++11)
Technical specifications
Symbols index
외부 라이브러리들
[edit]
C++ 언어
General topics
Preprocessor
Comments
Keywords
ASCII chart
Escape sequences
History of C++
Flow control
Conditional execution statements
if
statement
switch
statement
Iteration statements
for
loop
range-
for
loop
(C++11)
while
loop
do-while
loop
Jump statements
continue
statement
break
statement
goto
statement
return
statement
Functions
function declaration
lambda function declaration
function template
inline specifier
exception specifications
(deprecated)
noexcept specifier
(C++11)
Exceptions
throw expression
try-catch block
Namespaces
namespace declaration
namespace aliases
Types
fundamental types
compound types
enumeration types
union types
function types
decltype
specifier
(C++11)
Specifiers
cv specifiers
storage duration specifiers
constexpr specifier
(C++11)
auto specifier
(C++11)