This document contains code for multiple C++ programs that demonstrate various concepts. The first section shows code for a time conversion program that converts between military and standard time formats. The second section shows code for a cookie sales tracking program that uses vectors to store cookie names and sales amounts, and includes functions to calculate totals, percentages, and find best/worst sellers. The third section covers various aspects of the C++ string data type, including initialization, input/output, concatenation, comparison operators, and common string methods.