C++ Full Course for free ⚡️

preview_player
Показать описание
C++ tutorial for beginners

This video serves as an introduction to the C++ programming language
C++ is a beast of a language. We're only scratching the surface.

⭐️Time Stamps⭐️
1# (00:00:00) C++ tutorial for beginners 👨‍💻
2# (00:13:30) Variables and basic data types ✗
3# (00:24:14) Const 🚫
4# (00:27:37) Namespaces 📛
5# (00:32:13) Typedef and type aliases 🙋‍♂️
6# (00:37:39) Arithmetic operators 🧮
7# (00:43:18) Type conversion ✨
8# (00:47:05) User input ⌨️
9# (00:52:35) Useful math related functions🔢
10# (00:56:03) Hypotenuse calculator practice program 📐
11# (00:58:44) If statements 🤔
12# (01:03:40) Switches 🔀
13# (01:09:29) Console calculator program 🖩
14# (01:14:13) Ternary operator ❓
15# (01:18:53) Logical operators 🔣
16# (01:23:55) Temperature conversion program 🌡️
17# (01:29:17) Useful string methods in C++ 〰️
18# (01:35:51) While loops ♾️
19# (01:38:56) Do while loops 🔃
20# (01:42:15) For loops 🔂
21# (01:45:53) Break & continue 💔
22# (01:47:34) Nested loops ➿
23# (01:51:51) Random number generator 🎲
24# (01:55:25) Random event generator 🎁
25# (01:59:05) Number guessing game ↕️
26# (02:03:10) User defined functions 📞
27# (02:10:33) Return keyword 🔙
28# (02:16:42) Overloaded functions 🍕
29# (02:19:49) Variable scope 🌎
30# (02:24:11) Banking practice program 💰
31# (02:38:04) ROCK PAPER SCISSORS game 👊
32# (02:51:11) Arrays 🚗
33# (02:56:40) Sizeof() operator ⚖️
34# (03:01:34) Iterate over an array 🗃️
35# (03:05:40) Foreach loop 🗂️
36# (03:08:36) Pass array to a function 💵
37# (03:13:07) Search an array for an element 🔎
38# (03:20:43) Sort an array ➡️
39# (03:26:37) Fill() function 🍔
40# (03:31:19) Fill an array with user input 🌭
41# (03:38:17) Multidimensional arrays ⬜
42# (03:45:57) QUIZ GAME 💯
43# (03:57:42) Memory addresses 🏠
44# (04:00:31) Pass by VALUE vs pass by REFERENCE 📧
45# (04:04:47) Const parameters 🧱
46# (04:07:54) Credit card validator program 💳
47# (04:17:56) Pointers 👈
48# (04:23:12) Null pointers ⛔
49# (04:27:17) TIC TAC TOE game ⭕
50# (04:46:26) Dynamic memory 🧠
51# (04:52:15) Recursion 😵
52# (04:58:35) Function templates 🍪
53# (05:03:49) Structs 🏗️
54# (05:08:49) Pass structs as arguments 🚚
55# (05:14:17) Enums 📅
56# (05:18:38) Object Oriented Programming 🧍
57# (05:29:32) Constructors 👷
58# (05:38:26) Constructor overloading 👨‍🍳
59# (05:42:51) Getters & setters 🔒
60# (05:48:59) Inheritance 👩‍👧‍👦

Copyright Disclaimer:

This video is the intellectual property of Bro Code. All rights reserved. No part of this video may be reproduced, distributed, or transmitted in any form or by any means, including but not limited to recording, uploading, or other electronic or mechanical methods, without my written permission, except in the case of brief quotations embodied in critical reviews and certain other noncommercial uses permitted by copyright law.
Рекомендации по теме
Комментарии
Автор

Be sure you've smashed that _like_ button 👍and leave a random _comment_ 💬 down below to *break* *the* *Youtube* *algorithm*💥

⭐Time Stamps⭐
1# (00:00:00) C++ tutorial for beginners 👨‍💻
2# (00:13:30) Variables and basic data types ✗
3# (00:24:14) Const 🚫
4# (00:27:37) Namespaces 📛
5# (00:32:13) Typedef and type aliases 🙋‍♂
6# (00:37:39) Arithmetic operators 🧮
7# (00:43:18) Type conversion ✨
8# (00:47:05) User input ⌨
9# (00:52:35) Useful math related functions🔢
10# (00:56:03) Hypotenuse calculator practice program 📐
11# (00:58:44) If statements 🤔
12# (01:03:40) Switches 🔀
13# (01:09:29) Console calculator program 🖩
14# (01:14:13) Ternary operator ❓
15# (01:18:53) Logical operators 🔣
16# (01:23:55) Temperature conversion program 🌡
17# (01:29:17) Useful string methods in C++ 〰
18# (01:35:51) While loops ♾
19# (01:38:56) Do while loops 🔃
20# (01:42:15) For loops 🔂
21# (01:45:53) Break & continue 💔
22# (01:47:34) Nested loops ➿
23# (01:51:51) Random number generator 🎲
24# (01:55:25) Random event generator 🎁
25# (01:59:05) Number guessing game ↕
26# (02:03:10) User defined functions 📞
27# (02:10:33) Return keyword 🔙
28# (02:16:42) Overloaded functions 🍕
29# (02:19:49) Variable scope 🌎
30# (02:24:11) Banking practice program 💰
31# (02:38:04) ROCK PAPER SCISSORS game 👊
32# (02:51:11) Arrays 🚗
33# (02:56:40) Sizeof() operator ⚖
34# (03:01:34) Iterate over an array 🗃
35# (03:05:40) Foreach loop 🗂
36# (03:08:36) Pass array to a function 💵
37# (03:13:07) Search an array for an element 🔎
38# (03:20:43) Sort an array ➡
39# (03:26:37) Fill() function 🍔
40# (03:31:19) Fill an array with user input 🌭
41# (03:38:17) Multidimensional arrays ⬜
42# (03:45:57) QUIZ GAME 💯
43# (03:57:42) Memory addresses 🏠
44# (04:00:31) Pass by VALUE vs pass by REFERENCE 📧
45# (04:04:47) Const parameters 🧱
46# (04:07:54) Credit card validator program 💳
47# (04:17:56) Pointers 👈
48# (04:23:12) Null pointers ⛔
49# (04:27:17) TIC TAC TOE game ⭕
50# (04:46:26) Dynamic memory 🧠
51# (04:52:15) Recursion 😵
52# (04:58:35) Function templates 🍪
53# (05:03:49) Structs 🏗
54# (05:08:49) Pass structs as arguments 🚚
55# (05:14:17) Enums 📅
56# (05:18:38) Object Oriented Programming 🧍
57# (05:29:32) Constructors 👷
58# (05:38:26) Constructor overloading 👨‍🍳
59# (05:42:51) Getters & setters 🔒
60# (05:48:59) Inheritance 👩‍👧‍👦

BroCodez
Автор

Personal time stamps
Day 1 00:00 - 43:20
Day 2 43:20 - 1:23:56
Day 3 1:23:56 - 2:03:11
Day 4 2:03:11 - 2:51:11
Day 5 2:51:11 - 3:45:58
Day 6 3:45:58 - 4:27:18
Day 7 4:27:18 - 5:18:39
Day 8 5:18:39 - 6:00:00

holdmycoffee
Автор

You are one of the few on the internet who truly deserves the title of GigaChad. All the best to you, and thank you very much :D

EssenceLight
Автор

Bro (Code) sat down for six hours to teach us C++ and gave it all for free! A legend.

TheGoodCoder
Автор

The "Nuclear Launch Codes" in your dir path is underrated humor. Loved that haha.

caskinner
Автор

I swear this guy can teach Assembly in a 6 hours course

Michel-dxbn
Автор

Personal timestamps:
Day 1: 1:03:49
day 2: 1:47:35
day 3: 3:08:38
day 4: 3:57:47
day 5: 4:52:15
day 6: 5:38:28

Urien.
Автор

Awesome tutorial man. People who teach great things for free are rare, but it is great to know people like you still exist! Thanks! :D

kelvinthecreator
Автор

I have never thought I would go through a 6-hour all-in-one complete video with my attention deficit disorder. Something about your teaching style is engaging and I am so grateful to you for sharing such valuable knowledge!

alonbechor
Автор

Bro, this has got to be the most HELPFUL, CLEAR, & PRECISE C++ tutorial I've ever watched. Thanks for everything dude!

.Y.
Автор

As a Highschool programming student who primarily uses C++, you've explained the basics of this language way better in 6 hours than our teachers in a year. Your videos are well done, straight to the point and explain everything you need to know to start programming. Hope this video does well, and I hope you do more C++ tutorials in the future <3

sadzake
Автор

This guy is a living legend, thank you for the course!

erikchung
Автор

This is amazing! I learned Python, Java, HTML, and C++ on Bro Code! Thank you!

gnnsbvs
Автор

You truly understand us students unlike my school teacher who just leaves us to do what we want. I hope your hard work continues to get noticed!

lys
Автор

Loved your video man. Watched a lot of C++ tutorials..but none got me listening and interested in C++ unlike yours. Thank you for taking the time and effort to create such clear and elaborate tutorial! You have my like! Subscribed

Anwarshah
Автор

This is my favorite c++ video on YouTube. I actually stay awake when watching unlike with other narrator voices. Cheers

SupCortez
Автор

Absolutely loved your tutorial, hope you educate more people and go to the next level.

KaushikBadrinath
Автор

Man, you are really good at explaining. Most tutorials, and even my classes at school, just tell us to put stuff down. They don't explain what they do and why. This is refreshing.

jedibob
Автор

Happy to see a C++ course that explains topics that are specifically important to C++!

braydenrayner
Автор

The pointer analogy with the pizza was so helpful!
Thank you

sleepeasyguitar