C++ 제어 흐름 (Control Flow)
·
C++/Syntax
제어 흐름 (Control Flow) 중단(Halt) return, exit 점프(Jump) goto, break, continue 조건 분기(Conditional branches) if, switch 반복(Loop) while, do while, for 예외 처리(Exception) try, catch, throw