C++ tutorial for beginners 👨‍💻

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

(00:00:00) Why you should learn C++
(00:02:48) VS Code install
(00:03:54) create a project folder
(00:04:14) create a C++ file
(00:04:35) documentation
(00:05:05) GCC compiler for Linux
(00:05:28) Clang compiler for Mac OS
(00:05:41) GCC compiler for Windows
(00:09:10) Your first C++ program

Рекомендации по теме
Комментарии
Автор

#include <iostream>

int main() {
std::cout << "I like pizza!" << '\n';
std::cout << "It's really good!" << '\n';
return 0;
}

(00:00:00) Why you should learn C++
(00:02:48) VS Code install
(00:03:54) create a project folder
(00:04:14) create a C++ file
(00:04:35) documentation
(00:05:05) GCC compiler for Linux
(00:05:28) Clang compiler for Mac OS
(00:05:41) GCC compiler for Windows
(00:09:10) Your first C++ program

BroCodez
Автор

This is a marvellous introduction to C++. Your ability to distill the material in clear, concise and comprehensible manner is simply unparalleled. Thanks a lot.

annoyingprecision
Автор

One of the best coding channels and thr content is unmatched.

DevSlowz
Автор

thank you!! and special thanks for clear pronunciation so even I as non-native can understand

twisdeadd
Автор

for anyone wondering to get it to output in the actual output section you may need to install the code runner extension

plusisNOT
Автор

From all the tutorials for C++ only from bro code, I can understand thanks bro.

AirpIaneMan
Автор

This is a random comment for the Youtube algorithm. rooting for you bro

carnitatacos
Автор

i could learn everything is learnable throught you videos without getting bored. Wow

bsh
Автор

Thanks. Please continue to upload more c++ videos.

overkil
Автор

I'm currently learning javascript and i got to this video just to see how it is some code in c++. Surprisingly it is another level of abstraction, i gotta stick to javascript a little longer but i will definitly get back here to learn c++, you are a inspiration in my path of learning thanks Bro Code !

fabricio
Автор

Tip:
you can use
std::cout << "hello bro!\n";
std::cout << "hello bro!" << std::endl;
As an alternative to << '\n'

vinayaksingh
Автор

Phew installing the gcc compiler for windows was a demon for me 💀💀💀

KopyErr
Автор

bro i just finished watching this video i fucking love this guy!

damp_
Автор

Hi Bro! Great to see you again, you're doing great!

However I want to ask about a detail that I noticed. In your older video entitled "C Full Course" which lasts 4 hours and 5 minutes long, you didn't mention the many additional steps to configure GCC compiler there unlike you did in this video for Windows environment. I mean, in this video you did install Pacman, MSYS2 and executed many commands etc. but you didn't have to do these in your previous C video, both videos include installing VS Code, MinGW, and VS Code C/C++, Code Runner extensions in common, but this video has more additional steps to configure GCC to make it running such as dealing with Pacman, MSYS2 whereas your previous C Full Course tutorial didn't need that. Can you tell the reason as comparison?

Best regards, keep up good work bro!

😊

onurguzel
Автор

4:03 Nuclear Launch Code =))) i like it 🤣

idunno
Автор

Hi, there, i'd just like to appreciate your hard and wonderful work sharing these wonderful precise and to the point tutorials, bless your heart and wish you all the best and may the Lord Jesus Christ shine His light on you and yours :)

totoosarts
Автор

Yeah, I think I can relate to that. My first time C++ compiler installation took me a whole day and another 9 hours. In order to just run my C++ codes I need to compile manually everytime I write a new line of code. It's still difficult. In Python, It's very simple that even a 6 year old kid can install and run Python codes. I mean, why C++ and C language installation, compilation and running codes are not yet made easy as Python? Can't we as a developer build or develop a system or an IDE where anybody can pick up any programming language however they want just by clicking one button. That single button will do everything for you like compile and run your codes just as easy as it is with python? I mean, installations, compiling and and running doesn't really deserve the time it usually takes. All our time deserves building great applications and solving the real world problem.

xkdejwg
Автор

Random comment below: I appreciate all your videos !

osvaldogalvez
Автор

This was a great explanation! Thank you! ♥

kirei_tenshi
Автор

my bin is an empty file when i open it from msys and my compiler does not work

acdc