https://github.com/wojciechmarek/c-plus-plus-notes
A set of C++ code samples with explanation.
https://github.com/wojciechmarek/c-plus-plus-notes
cplusplus cpp cpp-programming dereference memory-allocation pointer pointers reference
Last synced: about 1 year ago
JSON representation
A set of C++ code samples with explanation.
- Host: GitHub
- URL: https://github.com/wojciechmarek/c-plus-plus-notes
- Owner: wojciechmarek
- Created: 2024-04-06T21:23:59.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T19:08:20.000Z (about 2 years ago)
- Last Synced: 2025-01-28T14:22:37.209Z (over 1 year ago)
- Topics: cplusplus, cpp, cpp-programming, dereference, memory-allocation, pointer, pointers, reference
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C++ Notes
This repo is a set of C++ code samples.
## Table of Contents
- [How to get started](./getting-started.md)
- [How to get reference address](./getting-the-reference-address.md)
- [How to pass the value by reference](./passing-value-by-reference.md)
- [How to manage the memory](./managing-the-memory.md)