Тёмный
No video :(

Hello World - C++ Tutorial For Beginners #3 

NeuralNine
Подписаться 360 тыс.
Просмотров 51 тыс.
50% 1

Today we build our first little C++ program, which outputs "Hello World!" onto the screen.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
💻 The Algorithm Bible Book: www.neuralnine...
🐍 The Python Bible Book: www.neuralnine...
👕 Programming Merch: www.neuralnine...
🌐 Social Media & Contact 🌐
📱 Website: www.neuralnine...
📷 Instagram: / neuralnine
🐦 Twitter: / neuralnine
🤵 LinkedIn: / neuralnine
📁 GitHub: github.com/Neu...
🎵 Outro Music From: www.bensound.com/

Опубликовано:

 

11 ноя 2020

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 61   
@MuffineousMuffin
@MuffineousMuffin 3 года назад
I really hope this channel would blow up, you truly deserve it man! Keep up the good work!
@NeuralNine
@NeuralNine 3 года назад
thank you brother :)
@SimonTiger
@SimonTiger 3 года назад
It did...8 days ago this channel had 10K subs, and now it has 18K. So that's 1K subs a day, which is pretty insane for a channel with 10K-20K subs.
@NeuralNine
@NeuralNine 3 года назад
@@SimonTiger it was because one video went viral. Hope I can keep this going ^^
@kocraft137
@kocraft137 3 года назад
I liked ur virus in Python vid
@josdk4592
@josdk4592 3 года назад
its removed :(((
@kocraft137
@kocraft137 3 года назад
@@josdk4592 Wait really?
@Daniel-pg3qo
@Daniel-pg3qo 3 года назад
niiice, really looking for this series to continue ^^
@knightr1der
@knightr1der 3 года назад
Let's do this
@lyricathelyricsworld8945
@lyricathelyricsworld8945 3 года назад
Hi I have small recommendation to you sir I watch u r tutorials in mobile Please increase the font size Thank you sir
@damamuerte4287
@damamuerte4287 3 месяца назад
Thank you. That really helped. I was struggling because the place im supposed to learning c++ from neglected to tell me I had to add
@vitordaniel3378
@vitordaniel3378 3 года назад
I am from Brazil, and tou channel help me with the Python tutorial and tips... Continue the Channel please :D
@fakesocialdynamics9929
@fakesocialdynamics9929 7 месяцев назад
you are a very good tutor, holy shit, just hello world alone this is miles ahead of other tutuorials
@omniyambot9876
@omniyambot9876 2 года назад
many videos but yours is so clear and you teach everything and I'm literally not confused. Thank you
@user-mn9se4hb7d
@user-mn9se4hb7d 3 года назад
Thank you so much. I learned Python and your videos let me understand C++ very quickly and easily. Hope can see more videos in the future!!
@tomasgonzalez2930
@tomasgonzalez2930 Год назад
Awesome video! exactly what I was looking for. Simple, explanatory, and short.
@MamaMia84oo7
@MamaMia84oo7 Год назад
Python is so easy and convenient but for me there is a special feeling of joy(if you will) when you have to compile code and then see the result. It’s just sexy. Don’t ask why.
@berkalkan3382
@berkalkan3382 3 года назад
I'm in love with ur intro lol
@sergiorojas3985
@sergiorojas3985 10 месяцев назад
If it doesn't run, and this message appears, you can try ".\mai.exe": Suggestion [3,General]: The command main.exe was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\main.exe". See "get-help about_Command_Precedence" for more details. PS C:\Users\sergi\OneDrive\Desktop> .\main.exe Hello World!
@darthchris623
@darthchris623 6 месяцев назад
That solution worked for me. However, I was getting the error message "The term 'main.exe' is not recognized as the name of a cmdlet, function, script file, or operable program."
@Don_DeMarco
@Don_DeMarco Месяц назад
Damn, I think I see now why C++ can be a challenging language. Only thing I know how to do is print “hello world” in C and Python.
@JoolsParker
@JoolsParker 3 года назад
So I started my journey with software development back in the very late 1980's with C, and I know that C++ is effectively a super-set of the C Language, to add some level of Object Orientedness to the language, and wondered (for printing to the terminal) whether using the iostream std object was better than using the stdio printf function in any way? They still both work and do the same job. I guess the iostream std object way is more "object oriented", but is that it?
@saimohankrishnabandarupall8785
@saimohankrishnabandarupall8785 3 года назад
Thanks for the awesome tutorials. Videos on the basics are everywhere, But advanced concepets, following a particular c++ standard like c++14 or c++17, and tutorials about modern approach to writing c++ code are rare. I hope you are going to cover them as well.
@clipi_
@clipi_ 3 года назад
You just got a new subscriber
@gerokatseros
@gerokatseros 3 года назад
You explain everything so well! thank you very very much!
@SeSaRose
@SeSaRose 3 года назад
Nice video! I am looking forward to see more about c++.
@markphethean3831
@markphethean3831 3 года назад
hello, i am getting error: ld returned 1 exit status , undefined reference to `WinMain@16'. Any help?
@allighassan905
@allighassan905 3 года назад
me as well :(
@ukaszkuleczka8692
@ukaszkuleczka8692 3 года назад
If you try via Visual Studio Code simply save your code (file -> save) before you compile. Works for me.
@jochemarends4096
@jochemarends4096 3 года назад
Love your vids, would like to see more c++ content in the future
@koton_bads
@koton_bads 3 года назад
Everyone, don't forget that damn semicolon at the end of every line. If you forget that, VSC will return either a lot or not so much but still ridiculous amount of errors depending on your code length and the line where the error occured.
@eazystudio
@eazystudio 3 года назад
thank you I really need to learn c++ and this way I can interact
@fentonmsu
@fentonmsu 3 года назад
sehr gut, du hast vergessen, dass dun unter dem Terminal cmd auswählen, dann muss um die Befehle auszuführen stellen werden. so klappt es.
@khaledsobh4526
@khaledsobh4526 2 года назад
firstly thank you so much and please we need a video on how to use debug in c++ code
@noahchav
@noahchav 3 года назад
Could you maybe extend the tutorial videos to something between 15 and 20 minutes? So we can make faster progress ;)? Anyway, keep it up.. super enjoyable content!
@Mckenzie_woolleronyt
@Mckenzie_woolleronyt Год назад
I can't seem to open mine with code... I really wanted to learn this from you! Even my friend said that your a good person to watch if your begging C++
@lucasrba
@lucasrba 2 года назад
Thank you very much man!
@ToastedHeadcrab
@ToastedHeadcrab 5 месяцев назад
This is the moment I decided to learn blitz3d
@alex_mahone
@alex_mahone 3 года назад
great video! Do you recommend installing any plugins in VS Code to make the coding in C++ easier? If so, what plugins do you recommend, and can you demonstrate that in one of the videos? Thanks!
@borna6403
@borna6403 3 года назад
Fuck yea bring it ooon
@shasherazi
@shasherazi 3 года назад
you can also say using namespace std; under #include and then you don't have to use std::cout everytime, you can just write cout
@cocktailtv4514
@cocktailtv4514 3 года назад
no you can use "using namespace std; " like in the code : #include using namespace std; int main() { cout
@shogun3866
@shogun3866 2 года назад
@@cocktailtv4514 umm that's what he told
@koton_bads
@koton_bads 3 года назад
CodeRunner is a great extension for vsc when coding in C++
@SanjeevKumar-nc2rt
@SanjeevKumar-nc2rt 3 года назад
New subscriber 😊
@RuskyMalone
@RuskyMalone 3 года назад
hey man, new to the channel (It's great btw!). you should set up a discord server for your community, if you need any help then do let me know since I run a few and have made plenty in the past.
@leun6768
@leun6768 2 года назад
You should of mentioned the implementation of "using namespace std;"
@kvanctok9234
@kvanctok9234 3 года назад
So, main method in C/C++ doesn’t have to have a return value.
@robinferizi9073
@robinferizi9073 3 года назад
std means standard
@liweilin6649
@liweilin6649 3 года назад
If i would like to build some DSP software in the end, like vst3 plugin or Logic Pro etc something about music software,C++ is the way i go?
@videobros6556
@videobros6556 3 года назад
You can try doing something like this in C++ but it’s very hard If you have never coded in C++....
@shawnmichealful
@shawnmichealful 2 года назад
my #include isnt turning pink can you assist.
@NandoDevlop
@NandoDevlop 3 года назад
I'll learn It! But my english level is a @#*t lol 🇧🇷🇧🇷
@waelltifi-2023
@waelltifi-2023 2 месяца назад
c++ syntax is brutal hhhhhh
@miniappletheapple
@miniappletheapple 3 года назад
why in my recommend!?!?
@NeuralNine
@NeuralNine 3 года назад
Why not? ^^
@miniappletheapple
@miniappletheapple 3 года назад
@@NeuralNine because i already know c++ lol