Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Releases: oldoc63/learningCPP

callStackUnwinding_v1.0

18 Nov 14:43
f659ac5

Choose a tag to compare

What's Changed

Full Changelog: simpleStringClass_v1.0...callStackUnwinding_v1.0

simpleStringClass_v1.0

17 Nov 11:38
8e7dcdb

Choose a tag to compare

What's Changed

Full Changelog: const_v1.0...simpleStringClass_v1.0

const_v1.0

11 Nov 17:50
1abc7d4

Choose a tag to compare

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

09 Nov 14:36
e89d1c2

Choose a tag to compare

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