You will apply your knowledge on C++'s more advanced features, including comprehensive data structures like maps, sets, pairs, and nested vectors on practice. Solving practice challenges will help to master the skills you have just revised.
Overview
Syllabus
- Lesson 1: Using Structures and Classes for a Simple Student Management System in C++
- Manage Book Library with Class and Methods in C++
- Planet Population Tracker
- Managing Log Records with LogManager Class
- Lesson 2: Creating an Address Book Application Using C++ Unordered Maps
- Inventory Management System in C++
- Address Book Manager Task
- Managing Book Inventory with Unordered Maps in C++
- Creating a Geographical Map with C++
- Lesson 3: Managing Student Enrollments with C++ Sets and Maps
- Managing Conference Seating Arrangements in C++
- Managing Tags with C++ Unordered Sets
- Managing a Library with Sets and Maps in C++
- Lesson 4: Employee Records Management Using C++ with std::map and std::vector
- Managing Safety Inspection Records in C++ using `std::map` and `std::vector`
- Library Management System
- Personal Finance Tracker in C++ Using Nested std::map
- Hierarchical File System Management
- Lesson 5: Managing Document Editing History Using Stacks in C++
- Playlist Manager with Stacks
- Managing Browser History Using Stacks
- Simple Storage Management System using FIFO and LIFO
- Ticket Booking System
- Managing Navigation History with Stacks