An open API service indexing awesome lists of open source software.

https://github.com/tom474/learn_cpp_rmit

[RMIT 2023C] EEET2482 - Software Engineering Design - Learning Resources
https://github.com/tom474/learn_cpp_rmit

algorithms cpp data-structures object-oriented-programming

Last synced: about 1 year ago
JSON representation

[RMIT 2023C] EEET2482 - Software Engineering Design - Learning Resources

Awesome Lists containing this project

README

          

# Learn C++ from RMIT

A structured guide to learning C++ programming, covering fundamental and advanced concepts. This resource provides step-by-step content to build strong programming skills.

## Tech Stack

- C++

## Content

- 01 - C++ Basics
- 02 - I/O Streams and File I/O
- 03 - Basic Classes and Objects
- 04 - Advanced Classes and Objects
- 05 - Pointers and Dynamic Memory Allocation
- 06 - Inheritance, Polymorphism, and Vectors
- 07 - Object Oriented Design
- 08 - Introduction to Data Structures and Linked Lists
- 09 - Introduction to Templates
- 10 - Revision with Sample Tests