GitXplorerGitXplorer
c

ownership-cpp

public
0 stars
1 forks
0 issues

Commits

List of commits on branch master.
Verified
9926d6b74273f9a209563b37bc48e66468ab0cfe

Add README.md

ccbecker committed 5 years ago
Unverified
76e46649add37bfcd9f24a9c408c71b7fdc4eefb

First part code

committed 5 years ago

README

The README file for this repository.

C++ Fundamentals: Argument Passing and Ownership

Code for the videos at https://www.youtube.com/watch?v=LvHr2Wb0dDY

Contents

Basics:

  1. Pass by value
  2. Pass by reference

Smart pointers:

  1. unique_ptr<>
  2. shared_ptr<>
  3. weak_ptr<>