Semi-colons
At the end of every line of code (statement) comes a semi colon. The most common error in C++ is omitting a ;
This causes the compiler to get confused and it won’t compile your program.
Previous slide
Next slide
Back to first slide
View graphic version