제어 흐름 (Control Flow)
중단(Halt)
return
,exit
점프(Jump)
goto
,break
,continue
조건 분기(Conditional branches)
if
,switch
반복(Loop)
while
,do while
,for
예외 처리(Exception)
try
,catch
,throw
'C++ > Syntax' 카테고리의 다른 글
C++ 반복문 (0) | 2021.03.11 |
---|---|
C++ switch (0) | 2021.03.11 |
C++ Type Alias (0) | 2021.03.11 |
C++ 열거형 (Enumerate Type) (0) | 2021.03.10 |
C++ 형변환 (Type Conversion) (0) | 2021.03.10 |