Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Topics in this Chapter
In the previous chapter, we discussed the cornerstone of C++ programming: data types and operators that combine typed values into expressions and statements. In this chapter, we will look into the next level of programming—putting statements together to implement algorithms capable of decision making and executing different segments of code depending on external circumstances.