This document contains code snippets from a student's practical work using Microsoft Visual Studio C++. It includes 15 code modules that demonstrate basics of C++ programming like input/output, data types, operators, conditional statements and functions. The modules progress from simple print statements to more complex concepts like nested if-else statements and switch cases. Each module is preceded by comments identifying the topic and module number.