C++ Tutorial for Beginners Ep#15 we learn about Break, Continue, and Goto statements in C++. Break is commonly used in switch case and continue to skip over a iteration in a For/While Loop. It can cause more issues in your program than it's worth. Break and Continue are used extensively in certain cases in C++.

00:00 Intro
00:11 Syntax 
00:58 Continue Example
03:08 Running Example
03:48 Break Example
04:23 Continue/Break Loop Scopes
05:28 Goto Syntax
06:11 Goto Avoid Using
06:40 Goto Example 
08:51 Outro


#linux  #programming  #computerscience #cpluplus 

C++ Tutorial: Break, Continue, and Goto
1.35 GEEK