Completed
- Main() Function
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Carbon Lang First Look and Crash Course - Google's C++ Successor
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - Carbon - What & Why?
- 3 - Setup With Homebrew
- 4 - Package Namespace
- 5 - Main() Function
- 6 - Print() Function
- 7 - Creating Functions
- 8 - Primitive Data Types
- 9 - Naming Conventions
- 10 - Variables
- 11 - let Keyword
- 12 - auto Type
- 13 - Global Variables & Scope
- 14 - Multi-Line Strings
- 15 - Function Arguments
- 16 - Arrays
- 17 - Tuples
- 18 - Structs
- 19 - Classes & Objects
- 20 - Class Methods
- 21 - Class Functions
- 22 - Pointers
- 23 - If Else Statements
- 24 - Match Statement
- 25 - While Loops
- 26 - Generics
- 27 - Outro