Welcome to Week 1 of the C++ Basic Structures: Vectors, Pointers, Strings, and Files course. These assignments cover using vectors to store multiple pieces of data in a single variable and iterating over vectors or using built-in methods and functions to manipulate vectors. The module ends with a lab and graded coding exercises.
Pointers
Welcome to Week 2 of the C++ Basic Structures: Vectors, Pointers, Strings, and Files course. These assignments cover creating, referencing, and dereferencing pointers. The module ends with a lab and graded coding exercises.
Strings
Welcome to Week 3 of the C++ Basic Structures: Vectors, Pointers, Strings, and Files course. These assignments cover storing multiple characters or text in a string and using built-in methods and functions to manipulate strings. The module ends with a lab and graded coding exercises.
Files
Welcome to Week 4 of the C++ Basic Structures: Vectors, Pointers, Strings, and Files course. These assignments cover importing and exporting large pieces of data from text and CSV files. The module ends with a lab and graded coding exercises.