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
- Host: GitHub
- URL: https://github.com/tom474/learn_cpp_rmit
- Owner: tom474
- Created: 2024-01-21T14:41:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T09:30:58.000Z (about 1 year ago)
- Last Synced: 2025-02-07T10:28:25.000Z (about 1 year ago)
- Topics: algorithms, cpp, data-structures, object-oriented-programming
- Language: C++
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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