Control Structures in C++: Using Conditional Control Structures
Control structures in C++ are syntactically very similar to those in C but with some important differences. This course will help you learn to use control structures in C++ and better understand how they differ from those in C. You will start this course by going over the control structures available in C++. You will then move on to working with vectors and iterators over vectors which are important parts of the standard template library. Finally you will work with switch statements and learn some tips and tricks related to working with cases based on strings. Upon completion youll be able to use variables in the condition of an if-block to restrict its scope and use switch statements with hash functions and the STL map object to switch based on the values of a string.