Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 662 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 662 Bytes

Advanced Programming in C++ (C++23) - Course Repository

This repository is dedicated to the Advanced Programming course focused on C++ programming (C++23). The primary textbook for this course is "Beginning C++23" by Ivor Horton (7th Edition).

Course Contents

C++ Projects

The C++ projects in this repository cover:

  • Operator Overloading
  • Class Templates
  • Standard Template Library (STL)
  • Object-Oriented Programming (OOP)
  • Pointers
  • Function Templates
  • And more advanced C++23 features

Additional Programming Projects

Besides C++, this repository includes projects in:

  • Algorithms and Data Structures
  • Docker
  • JavaScript
  • Python