Completed
How borrow works
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
What C and C++ Developers Can Learn from Rust
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 History of C
- 3 Shared pointer
- 4 Memory Allocation
- 5 Example
- 6 Ownership of data
- 7 Ownership in Rust
- 8 Example of ownership
- 9 How ownership works
- 10 How borrow works
- 11 Lifetime of variables
- 12 Converting text to bytes
- 13 UTFA
- 14 Single byte
- 15 Encoding
- 16 Modern C
- 17 Const by default
- 18 Result objects
- 19 Summary
- 20 Questions