Skip to content

advanced programming course focused on C++ programming (C++23)

Notifications You must be signed in to change notification settings

mmahdin/AUT_AP_2024_Spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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