How to Create C++ Functions in Under 5 Minutes

preview_player
Показать описание
Hey Everyone,
Made this recently and to share with everyone!

Enjoy,
Gunnar

0:00-Intro

0:07-C++ Funcitons Overview
0:49-C++ Statements
1:24-C++ Function Calls, Pointers, and Operators
2:14-Vectors
2:35-C++ Loops
3:09-C++ If/Else If/Else
3:21-C++ Constant and Static
3:31-C++ Constructors
3:58-C++ Function Rules-Recap

4:32-Outro
Рекомендации по теме
Комментарии
Автор

Also functions in C++, void is also considered because it is a type of funciton that doesnt return anything, and can deliever print statements. also for 1:04 I don’t want to confuse compounds with functions but to articulate, as explained in the visual yes they present a group of statements shared with brackets {}

GChief