This repository was archived by the owner on Mar 16, 2026. It is now read-only.
Releases: oldoc63/learningCPP
Releases · oldoc63/learningCPP
callStackUnwinding_v1.0
simpleStringClass_v1.0
What's Changed
- Automatic objects have automatic storage duration #27 #28 by @oldoc63 in #29
- Local static varaibles declared at function scope #30 by @oldoc63 in #31
- The scope resolution :: operator in action #32 by @oldoc63 in #33
- RAII: resource adquisition is initialization #34 by @oldoc63 in #35
- Print the string and append a line #36 by @oldoc63 in #37
- append_line and print along tags #38 by @oldoc63 in #39
Full Changelog: const_v1.0...simpleStringClass_v1.0
const_v1.0
What's Changed
- mechanism to pass an object for read-only use #19 by @oldoc63 in #20
- const references/pointers cannot invoke methods not const #21 by @oldoc63 in #22
- Takes a const ClockOfTheLongNow reference and determines whether it’s… by @oldoc63 in #23
- All member initializations execute before the constructor’s body #24 #25 by @oldoc63 in #26
Full Changelog: pointers_v1.0...const_v1.0
pointers_v1.0
What's Changed
- Pointer(*) and address of(&) operators #1 by @oldoc63 in #2
- Dereference a pointer *my_ptr allows using it as a pointed to type #3 by @oldoc63 in #4
- Same results using dereference (*) and member of (.) #5 by @oldoc63 in #6
- Arrays decay into pointers to their first element #7 by @oldoc63 in #8
- Pass arrays as two arguments: pointer to first and length #7 by @oldoc63 in #9
- References are cleaner and safer than pointers #11 by @oldoc63 in #12
- Traversing a linked list of stormtroopers #10 #13 #14 by @oldoc63 in #15
- References can not be reseated #16 by @oldoc63 in #17
New Contributors
Full Changelog: https://github.com/oldoc63/learningCPP/commits/pointers_v1.0