- Subscribe for more C++ tutorials: goo.gl/6PYaGF - Want to learn more? Try my Complete C++ Programming course: mosh.link/cpp-course - Get my free C++ cheat sheet and summary notes: mosh.link/cpp-cheatsheet
When they say we need teachers, they are talking of people like you. Thank you for taking all of this time and effort and sharing with everyone who wants to learn.
I'm a beginner learning c++ because of my desired course in the university. This tutorial is very beneficial to me. At first I hated programming but now I like this very much. Thank you
I just started to learn C++ last week at university, there are so many things to learn, I don't know where to start until I found your channel and this video, it answered all my questions about C++, thank you very much you saved me and my programming class.
@@JIN_SAKAI644 if I dont remember wrong, I had a course of C++ that lasted for 3 months. I must say it's hard af and i almost fail that course. Too many things to remember, too many small details to notice
@@JIN_SAKAI644 the contents of this video should take you 30 minutes to consume yet it is being spread out terribly but you can expect to be a pro in as little as 2 years
@@svxntt Coding a rust cheat isn't just c++ knowledge it requires knowledge about anti cheat systems. I used to be apart of some script kiddies on roblox when I was 15 and even that took a lot of knowledge besides being okay with using Lua.
You really are an amazing instructor and the fact that I learned better with your instructions than $20,000 / year college cost is injustice, thank you for your generosity and very effective method of teaching!!
thanks man, today was my first day to get started with C++ and to set up my macpro with right IDE and code editor, from 09:00 o'clock to 01:00 o'clock i struggled but failed because having a macbook model 2014. but thanks to you , you helped me to get started in just 15 minutes. hats off to you. thanks for your help
I just finished a basic programming logic course and I'm so glad I found your channel to start learning actual code! So far, it's really easy to understand! Thank you from Argentina!!
What's a programming logic course entail? I'm interested because I haven't learnt how to program through University, but instead through TH-cam videos like this, coding camps, reading documentation and doing projects.
I am a very young coder and your tutorials are great! The reason I'm already good at Python is because of your Py Tutorial! Your videos also help me get ready for college, university and even software engineering jobs!!
Even though i am watching this 1 year later, i hope you find my comment because i love your videos. I have also watched your python for beginners video that was 6 hours long and i loved it. You are very underrated compared to other channels which are more popular while having less quality content. I love the little exercises that you give us. I have now learned over 5 programming language just because of your videos and now me and my friends are also making a game. This is only possible because of you.
Love this! I've been looking for free ways to learn all sorts of code, and you have the perfect tutorials! I love how all the tutorials are between 45 minutes to 90 minutes long, it isn't that time consuming compared to learning it in other ways!
I came from a medical school of nursing and have literally zero knowledge of Game programming and development but somehow you made it easier for me to understand the basic of programming. Youre awesome and im looking forward to more of your video.
This is more compilated than python. I'm an engineer and am learning on my own, and not only wish to master the language, but always curious as to why the programmers chose the symbols the use and if they have an analogy to pure mathematics. Thanks for the videos! You are straight forward with this stuff, wish you were here in Caltech for private tutoring. 😊
This is my first time learning any type of programming language, ever! And this video makes life so easy. I'll recommend your channel to anyone that wants to take a course in programming language and does not know where to start. Thank you so much Mosh, God bless you❤
This is a nice comprehensive beginner's guide! I'm trying to get ahead of my college classes by adding c++ to my collection of known languages. I've been skipping around this video and figuring out how the basics of the language work, and it's going very well.
Love from India sir ❣️ Your video is most helpful for Under graduate students who's are studying in software engineering stream like me ☺️ My English is very week, after seeing your video also my English is improving. ✌️
Great Course as always! As I said many times before, just like 'Java' and other courses the only thing that is missing is the "Project". Project based courses are allways the best. I know, basics are very important, but Projects are like seeing the results and motivates you to do great things 🙂
the swapping variables thingy was to output b=1 and a=2, which was done by inserting a third variable to provide enough space to swap. The method you are telling will output b=2 and a=1. hope that made things clear :)
Seems the course is very clear to follow Mosh, the real-life analogies were great like the buckets with apple & oranges and how to swap using a third bucket! They helped understand the process & grateful for the way you are coding c++ swiftly but still some terms are hard to understand... but am trying to as a biology student. 6.4.2023
Good stuff as always! You really inspired me to share my own experience through my TH-cam channel as someone who switched careers to the tech industry. Thank you for everything!
It's just crazy how this guy knows everything, C++, CSS/html, java, Python, JavaScript et cetera. Edited I just saw this comment I made in the past and laughed 😂, I now know and have worked with most of the languages, It's so easy and they're all similar, I learnt some of these languages in 1 week. My experience have thought me that these languages are just tools and a programmer is a person who solves problems, the major skill is how you think. I can literarily work with any language now.
Programming is about problem solving. Programming languages are tools. Tools come and go. Everyone likes their own set of tools. Once you learn programming (problem solving), you can use any languages you want. Most languages are very similar in nature. As a beginner, don't expect yourself to learn all of these over night! I've been doing this for almost 30 years! ;)
1-2 years of coding experience is all thats needs to know 1-5 languages in depth. Probably less since this is based off a personal assessment and im fairly slow at learning.
Watching this as an 8th grader, i think its a pretty good start with the cheat sheet to practice. I cant believe schools didnt start teaching this from 7th grade
All thanks 👍 to our tutor, Mosh Hamedani for providing us with this wonderful and encouraging C++ course. We really really appreciate. Thanks 👍 very much..👍👍
Really like the way you show the result of improper coding. Rather than just saying "don't do it", you actually show what happens if you do. Great to know and helps with troubleshooting issues later. Course is also a good pace, not too slow or fast. I went to check out your paid courses - will probably do that when I get some free time. If you can teach complex topics as well as these simple ones then it's definitely worth the money. Thanks Mosh. Good job.
Decided I wanted to learn C++ in unreal engine instead of using unity for games dev. All of the unreal engine C++ tutorials seem to assume that you know the entire language off by heart. This is some of the best and most useful teaching I have ever seen, and hopefully it will allow me to go back to unreal engine and actually make something that compiles and works. Thank you for providing this for free, a better resource than anything my university has provided, and that costs 9k.
This 1 hour tutorial is so good, i wanted to learn this programming language since a long time and this video was the only one who succeded. I liked and subscribed.
Thank you so much, in the first few segments (only 13:40 so far). You actually helped anchor in a lot of stuff I was looking for to get started. I've looked through Python and JavaScripts before when trying to modify games or modify a value or thing or two in a mod but never made my own script. I would mimic what I saw in edits and trial and error and not understand really what meant what other than, this "format" breaks it, this other "format" doesnt. The reason I picked C++ though is because I want to make a tool to help the modding process for Skyrim that hasn't been made yet. Very excited to see what the full vid has in store. Got to 36:50. Pages full of notes. Y'know I was always wandering what % modulus meant on FM synthesizers. Now I do. Actually they call them operators too. But none of the manuals helped me get what they all meant so I always just went by sound anyway. I love how its a coding vid that taught me how my synth worked in a more definitive way. I will finish it off tomorrow
Mosh you are so good at explaining difficult concepts and explaining them in a way that is easy to understand! The order in which you present information is really great! If you could make a video about how to be a great teacher and organize content for students to learn that would be so cool! Even if you just gave an interview about how you teach and organize content.
Except that there are no difficult concepts in this tutorial. From skimming trough the video I see that it's just very basic stuff that anyone could figure out on their own if they know atleast a bit of programming. It doesn't show any C++ specific features like smart pointers, classes, inheritance, operator overloading, etc...
@@Depther101 Bro it literally is just variables and some basic functions, I'm not sure if he even shows if statements or any flow control statements. You could easily figure this stuff out on your own in a few minutes if you already have some basic knowledge of programming. These fundamental things are often exactly the same in other "C style" languages like java, C#, javascript, etc.. I'm saying this because everyone who watches this should already know what a variable or if statement is, if this is your first time programming then it's better to read or watch some introductory tutorial which doesn't focus on a specific language, but rather on the logic associated with programming. Trying to learn C++ as a complete programming beginner makes no sense.
Hi Mosh, just wanted to say you are doing a great job. you really make c++ look so easy (so far). I'm still waiting for you to upload the rest of this series, which I hope will be more useful and resourceful for the viewers.
in the standard library section exercise you can shorten pow by using exp2('"user's input") instead of pow("user's input", 2), same goes with the double pi which can work without the constant also.
@@AlyssaAnim8s exactly. He is talking about C++ 6 hours course. And if you read closely his/her comment: "like python" It's exactly what he meant is like about the python course length of the video and more detailed and informative video. And everyone is replying about "There's a python 6 hours course video" which is not exactly what the guy is talking about.
I'm a cybersecurity major and i want to learn a program. I already know HTML but I'm doing hacking so I heard Python and C++ is a great language to start but i'm doing C first before I start Python since it is more fundamental. Thank you so much for this, I'm in college but the way my professor explains this is sooo complicated. This is going to be my holy grail.
One of the best full length C++ courses online just thanks to the animations and the close up code. Thanks so much for making the videos! I’m working on C++ and Apple Metal now🎉
Hello sir. I really love your video here. All the things that were taught were very helpful and concise for beginners like me!! So, I really hope and looking forward to you to post a full course video from beginning to advance for C++.
Hi Mosh I recently came across your videos. You are a really good tutor, teaches things in simple and easy ways leaving no confusions. Can you do a video on Selenium with Python for the front end testing.
Thanks you, this help me with my coding journey, when I watch this, I was a beginner with coding and got no idea how to code, my plan was to lean c++ to understand the basic and move on to easily coding languages. Now I have completed understand c++ coding with half a month of learning c++
i literally forgot to do that exact semi colon and went and looked at my code and found the problem without looking at my notes or the video! Also thanks very much for making this video it is helping quite alot.
Thank you sooo much for all the efforts you put in your videos, Mr. Moshfegh Hamedani! I truly appreciate each and every second of your videos, especially the Python course one. Have a great day, my Teacher. :)
Hej Mosh, I eagerly waited for this course. I just love the way you teach us. Are you planning to upload part 2 of this course or do we need to buy the full course? Because I didn't find Classes and OOPS etc in this lecture.
Make an Android Mobile Development using Kotlin course in the future please. I'm planning to learn it using books and official docs but a course from you will help accelerate it and avoid bad practices early on. Your courses are always topnotch, I think I had watched almost all of them.
I swear bro I can't find a tutorial that's actually for beginners I just want a tutorial that starts from 0 like no I don't know what a boot command is you never told me
I said that exact same thing over 50 years ago when I first started to learn how to program. My voice, stay with it you’re just learning a new language.
Don't get me wrong, I appreciate folks who make content but how are people still advertising; no prior experience required, no programming knowledge, and yet you'll make someone a zero to hero in 1 hour! I am a 10+ developer including CPP, and this is not possible. I am not attempting to negate your content here, but you teach here some std in/out and random number gen. This is not hero level C++.. this is very beginner level Cpp.. We really need to start setting clear expectations with programming. I see many people getting let down when a course created advertises these kind of promises..
I do agree. The fact is that for some of us, we really want to know what is required of the companies. Would the company hire you and teach you what to do? Or the company expects you to be very good and just employ you.
@@edwinavevor1180the companies almost never teaches you. Since it's a skill which is mandatory to learn . The company may teach you about their curriculums and their way of working but coding never.
- Subscribe for more C++ tutorials: goo.gl/6PYaGF
- Want to learn more? Try my Complete C++ Programming course: mosh.link/cpp-course
- Get my free C++ cheat sheet and summary notes: mosh.link/cpp-cheatsheet
Please Uncle Mosh, make a video on Dart and Flutter ...Full Tutorial 😊🙏
Thanks for this video
Thanks 👍 very much uncle Mosh.
You're wonderful.👍
Hey, sir. Could you make a new course on C#? That one is pretty outdated.
hey mosh, can you please recommend me some awesome python beginner friendly books? would rlly appreciate it thanks!!!
Reach-out for further assistance
Helpline📲📥⬆️
When they say we need teachers, they are talking of people like you. Thank you for taking all of this time and effort and sharing with everyone who wants to learn.
i kinda wanna make u feel good, lmk how i can try.
@@alexpascal5403the actual fuck?
cap
@@Sakupenny I can whip the snake out and juice the venom. Or pull that mushroom and rub that mushroom head idk bro… WHAT ?!
@@alexpascal5403 are you okay?
I'm a beginner learning c++ because of my desired course in the university. This tutorial is very beneficial to me. At first I hated programming but now I like this very much. Thank you
I just started to learn C++ last week at university, there are so many things to learn, I don't know where to start until I found your channel and this video, it answered all my questions about C++, thank you very much you saved me and my programming class.
How many days did it take you to learn
@@JIN_SAKAI644 if I dont remember wrong, I had a course of C++ that lasted for 3 months. I must say it's hard af and i almost fail that course. Too many things to remember, too many small details to notice
@@JIN_SAKAI644 the contents of this video should take you 30 minutes to consume yet it is being spread out terribly but you can expect to be a pro in as little as 2 years
code a rust cheat make yourself 500,000$ a year at least
@@svxntt Coding a rust cheat isn't just c++ knowledge it requires knowledge about anti cheat systems. I used to be apart of some script kiddies on roblox when I was 15 and even that took a lot of knowledge besides being okay with using Lua.
You really are an amazing instructor and the fact that I learned better with your instructions than $20,000 / year college cost is injustice, thank you for your generosity and very effective method of teaching!!
thanks man, today was my first day to get started with C++ and to set up my macpro with right IDE and code editor, from 09:00 o'clock to 01:00 o'clock i struggled but failed because having a macbook model 2014. but thanks to you , you helped me to get started in just 15 minutes. hats off to you. thanks for your help
Bro im using an emachine e625
Its such a fun time
Coding with c++has never been easier...your voice is so soothing and you make it so simple...Thanks Mosh!!!
I just finished a basic programming logic course and I'm so glad I found your channel to start learning actual code! So far, it's really easy to understand! Thank you from Argentina!!
👍
Hi, did you still learning and did you started with programing?
What's a programming logic course entail? I'm interested because I haven't learnt how to program through University, but instead through TH-cam videos like this, coding camps, reading documentation and doing projects.
since you are from argentina i just have to say
SIUUUUUUUUUU RONALDO GOAT 🐐🐐🐐🐐🐐🐐
What did you use for your starting course a name and link would be nice btw
Thanks for this course This is the best course on youtube which I have ever seen
I am a very young coder and your tutorials are great! The reason I'm already good at Python is because of your Py Tutorial! Your videos also help me get ready for college, university and even software engineering jobs!!
same im 11
I'm using this for science fair
Same im 12
I have just joined uni and have medical background and knows nothing about coding but an aspiring coder IA
Same im 1
Even though i am watching this 1 year later, i hope you find my comment because i love your videos. I have also watched your python for beginners video that was 6 hours long and i loved it. You are very underrated compared to other channels which are more popular while having less quality content. I love the little exercises that you give us. I have now learned over 5 programming language just because of your videos and now me and my friends are also making a game. This is only possible because of you.
Glad to hear your progress. I hope your game turns out great!
SKIPPING AT YOUR GYAT FOR THE RIZZLER , U SO SKIPIDI , U SO FANUM TAX , I JUST WANNA BE YOUR SIGMA🔥🔥🔥🔥🔥🌬🌬🌬🌬🔥🔥🔥🔥🌬🔥🌬🌬🌬🔥🔥🔥
@@DaSmokeGuy bro why here? there are so many other communities that would be a better choice
@@DaSmokeGuybro is stuck in 2022
@@carltravis4620sadly there a lot of people stuck in time lol
Love this! I've been looking for free ways to learn all sorts of code, and you have the perfect tutorials! I love how all the tutorials are between 45 minutes to 90 minutes long, it isn't that time consuming compared to learning it in other ways!
th-cam.com/video/_x27Sz-QkZM/w-d-xo.html
lmao this isn't complete course
@@8BitGamerYT1 Yeha I noticed in the middle of the video. I’ve moved on to better languages and creators that don’t lie lmao
@@AndyWandyBandy he is a good instructor but isn't totally free. That's his only drawback.
@@8BitGamerYT1 yeah
I came from a medical school of nursing and have literally zero knowledge of Game programming and development but somehow you made it easier for me to understand the basic of programming. Youre awesome and im looking forward to more of your video.
You know learning a programming language is not even the scratch on the surface of game developing, don't you?
Heyo kind of same here I want to get into game dev and im a nursing student except I do have programming knowledge
@@guavapaste its always a start, like learning a foreign language before you live there.
@@zerythe2019 fair
@guavapste huh, scratch jr.
This is more compilated than python. I'm an engineer and am learning on my own, and not only wish to master the language, but always curious as to why the programmers chose the symbols the use and if they have an analogy to pure mathematics. Thanks for the videos! You are straight forward with this stuff, wish you were here in Caltech for private tutoring. 😊
@@demontickler and extremely difficult
Well yeah 🤷♂️
This is my first time learning any type of programming language, ever! And this video makes life so easy. I'll recommend your channel to anyone that wants to take a course in programming language and does not know where to start. Thank you so much Mosh, God bless you❤
Thanks!
This is one of the best C++ tutorial introductions I've ever seen. Would love to see more from you on this subject.
th-cam.com/play/PLJQ716XnVlCKSWBj79lNHmo04EPSWXJrM.html
This is a nice comprehensive beginner's guide! I'm trying to get ahead of my college classes by adding c++ to my collection of known languages. I've been skipping around this video and figuring out how the basics of the language work, and it's going very well.
I completed your Python course a few months back, and I loved it. I am back again to learn from one of the best online teachers I've had. Cheers Mosh!
Thanks!
Guys, what else do you want to learn from me?
Where is the c++ part 2 and 3 on youtube?
Do you have a course for algorithmic problem solving?
Love from India sir ❣️
Your video is most helpful for Under graduate students who's are studying in software engineering stream like me ☺️
My English is very week, after seeing your video also my English is improving. ✌️
SPRING SPRING SPRING DEAR MOSH!
Android Development in Kotlin will be a big help
Finally the great Mosh Sir with the language of oldest and great DSA our favourite C++ ✌️😊😉
Great Course as always! As I said many times before, just like 'Java' and other courses the only thing that is missing is the "Project". Project based courses are allways the best.
I know, basics are very important, but Projects are like seeing the results and motivates you to do great things 🙂
Reach-out for further assistance
Helpline📲📥⬆️
Reach-out for further assistance
Helpline📲📥⬆️
🌞🌠 u are like sun and star
but it is spelled always
@@haibro2398 what?
This tutorial is much better than any other paid courses. He is the best instructor.
My guy, you are so far the most helpful to us beginners. I thank you.
Dear Mosh, Your courses are just really fantastic. You are a really great tutor. You inspired me to start coding. Thanks a lot! ❤️❤️
Thanks a lot! Please support me by liking and sharing this video. :)
@@programmingwithmosh Done!
Reach-out for further assistance
Helpline📲📥⬆️
@@programmingwithmosh How is C++ compared to Rust in your opinion? Is Rust faster and safer?
indeed
Great guide really appreciate it
I have mastered java and now I am moving towards C++
Love your explanation Mosh. Wanted to say thank you because this is genuinely the most helpful tutorial I've ever seen.❤
For more enquiries reach out⬆️🆙
hi, for the problem where you swap the variables, you could also use :
int a =1;
int b=2;
cout
the swapping variables thingy was to output b=1 and a=2, which was done by inserting a third variable to provide enough space to swap. The method you are telling will output b=2 and a=1. hope that made things clear :)
I am taking the C++ 3 part class as a brush up. Excellent course, I recommend it. Good value too. Mosh's courses are really good.
Is this course avaialable in hindi also or not
Seems the course is very clear to follow Mosh, the real-life analogies were great like the buckets with apple & oranges and how to swap using a third bucket! They helped understand the process & grateful for the way you are coding c++ swiftly but still some terms are hard to understand... but am trying to as a biology student. 6.4.2023
Good stuff as always! You really inspired me to share my own experience through my TH-cam channel as someone who switched careers to the tech industry. Thank you for everything!
It's just crazy how this guy knows everything, C++, CSS/html, java, Python, JavaScript et cetera.
Edited
I just saw this comment I made in the past and laughed 😂, I now know and have worked with most of the languages, It's so easy and they're all similar, I learnt some of these languages in 1 week. My experience have thought me that these languages are just tools and a programmer is a person who solves problems, the major skill is how you think. I can literarily work with any language now.
Practice. Lots of practice.
Programming is about problem solving. Programming languages are tools. Tools come and go. Everyone likes their own set of tools. Once you learn programming (problem solving), you can use any languages you want. Most languages are very similar in nature. As a beginner, don't expect yourself to learn all of these over night! I've been doing this for almost 30 years! ;)
😮😯 30 F-ing years. Good lord.
1-2 years of coding experience is all thats needs to know 1-5 languages in depth. Probably less since this is based off a personal assessment and im fairly slow at learning.
@@torch4762 that's encouraging
Watching this as an 8th grader, i think its a pretty good start with the cheat sheet to practice. I cant believe schools didnt start teaching this from 7th grade
Dear Mosh, Your courses are just really fantastic. You are a really great tutor. You inspired me to start coding. Thanks a lot
Thank You Mosh, C++ is my type.
All thanks 👍 to our tutor, Mosh Hamedani for providing us with this wonderful and encouraging C++ course. We really really appreciate. Thanks 👍 very much..👍👍
Really like the way you show the result of improper coding. Rather than just saying "don't do it", you actually show what happens if you do. Great to know and helps with troubleshooting issues later. Course is also a good pace, not too slow or fast. I went to check out your paid courses - will probably do that when I get some free time. If you can teach complex topics as well as these simple ones then it's definitely worth the money.
Thanks Mosh. Good job.
this tutorial is absolutely amazing i went from knowing just about nothing about c++ to feeling like im ready to learn more advanced stuff
Accurate information with medium speed, I’ll give it 100 out of 100! 🌟
Great course as usual, i do want to point that you shouldn't use "using namespace std" since it can cause conflicts later on
you want to teach a programming guru😂😂😂😂
Not necessarily! No need to over-engineer for what-if scenarios that may never happen.
@@programmingwithmosh Plus vs devs messed up by using "using namespace std" in the visual studio 2010 ver
@@sparkscomputerprogramming A programming guru should also know not to teach beginners bad habits... namespace std should be avoided.
@@programmingwithmosh java gui
Love your explanation and examples/ exercises only if more professors were like this !
agreed
You're a gifted teacher, sir! I will definitely enroll for this course on your web site! Thank you so much for your great work!
Dm for more info
Decided I wanted to learn C++ in unreal engine instead of using unity for games dev. All of the unreal engine C++ tutorials seem to assume that you know the entire language off by heart. This is some of the best and most useful teaching I have ever seen, and hopefully it will allow me to go back to unreal engine and actually make something that compiles and works. Thank you for providing this for free, a better resource than anything my university has provided, and that costs 9k.
Just learn Blueprints, bro
I'm just new to learning C++. Your videos are great and easy to learn. Can you make more of your C++ series?
It's a really fantasic tutorial about C++ language I have ever seen. Thank you Mr.Mosh.
My brain hurts
😂
I'm glad you said so
Mine too
Same
Brooo,the only not so NPC comment 😭
A real scholar will set reminder for this premiere
srand(time(0));
int first = (rand()%6)+1;
int second = (rand()%6)+1;
cout
This 1 hour tutorial is so good, i wanted to learn this programming language since a long time and this video was the only one who succeded. I liked and subscribed.
I love the level of detail in the explanation. Keep up the good job.
👆send a direct message for support and guidance..
Thank you so much, in the first few segments (only 13:40 so far). You actually helped anchor in a lot of stuff I was looking for to get started. I've looked through Python and JavaScripts before when trying to modify games or modify a value or thing or two in a mod but never made my own script. I would mimic what I saw in edits and trial and error and not understand really what meant what other than, this "format" breaks it, this other "format" doesnt. The reason I picked C++ though is because I want to make a tool to help the modding process for Skyrim that hasn't been made yet. Very excited to see what the full vid has in store. Got to 36:50. Pages full of notes. Y'know I was always wandering what % modulus meant on FM synthesizers. Now I do. Actually they call them operators too. But none of the manuals helped me get what they all meant so I always just went by sound anyway. I love how its a coding vid that taught me how my synth worked in a more definitive way. I will finish it off tomorrow
hows your skyrim tool going?
Mosh you are so good at explaining difficult concepts and explaining them in a way that is easy to understand! The order in which you present information is really great! If you could make a video about how to be a great teacher and organize content for students to learn that would be so cool! Even if you just gave an interview about how you teach and organize content.
Reach-out for further assistance
Helpline📲📥⬆️
Except that there are no difficult concepts in this tutorial. From skimming trough the video I see that it's just very basic stuff that anyone could figure out on their own if they know atleast a bit of programming. It doesn't show any C++ specific features like smart pointers, classes, inheritance, operator overloading, etc...
@@_________________404 sure mr know it all
@@Depther101 Bro it literally is just variables and some basic functions, I'm not sure if he even shows if statements or any flow control statements. You could easily figure this stuff out on your own in a few minutes if you already have some basic knowledge of programming. These fundamental things are often exactly the same in other "C style" languages like java, C#, javascript, etc..
I'm saying this because everyone who watches this should already know what a variable or if statement is, if this is your first time programming then it's better to read or watch some introductory tutorial which doesn't focus on a specific language, but rather on the logic associated with programming. Trying to learn C++ as a complete programming beginner makes no sense.
@@_________________404 what do you suggest am absolute beginner. I have now basic programming knowledge.
Extremely helpful I just started an intro C++ course and couldn’t understand anything until I watched this video
i;ve done the video i still don't understand it >.
Thank you so much man!! I hope everyone here achieves their dreams
I was waiting for this moment 🥰I can’t wait to start C++ , Mosh is the best of the best teacher 👨🏻🏫 . Thank you so much Mosh
Thanks a lot! Please support me by liking and sharing this video. :)
Hi Mosh, just wanted to say you are doing a great job. you really make c++ look so easy (so far). I'm still waiting for you to upload the rest of this series, which I hope will be more useful and resourceful for the viewers.
the rest of the series is paid which can be purchased on his website
yeah he makes it look easy but then look at his python courses python itself is easy
Thanks, didn't know C++, but after this one-hour tutorial I'm ready for my new job as elevator software programmer
Thanks so much for your tutorial and for the cheat sheet. It's making life a lot easier for us.
I had no experience with C++ or any coding, which this helped me out a lot. Keep up the amazing tutorials.
I've been waiting so long for you to do this course. Waiting for your flutter course also ❤️
After learning JS and C, C++ looked kinda hard syntactically but you dissected all the concepts so well! Very nice video as usual
Syntax isn't too bad. What becomes hard is keeping everything from becoming a mess. That is why learning coding standards is important.
After learning C# I actually find C++ to be more straightforward in many ways.
Please teach us from beginner to advanced.
Very detailed and concise tutorial. ❤
in the standard library section exercise you can shorten pow by using exp2('"user's input") instead of pow("user's input", 2), same goes with the double pi which can work without the constant also.
Please take 6+ hour course like python course 🙏
yes they are more extensive
Yess plzz
He has one on python 3 years ago it’s 6hours
@@StriaghtRight I think they are talking about C++
@@AlyssaAnim8s exactly. He is talking about C++ 6 hours course.
And if you read closely his/her comment: "like python"
It's exactly what he meant is like about the python course length of the video and more detailed and informative video.
And everyone is replying about "There's a python 6 hours course video" which is not exactly what the guy is talking about.
Thank you man✊🏽♾
I'm a cybersecurity major and i want to learn a program. I already know HTML but I'm doing hacking so I heard Python and C++ is a great language to start but i'm doing C first before I start Python since it is more fundamental. Thank you so much for this, I'm in college but the way my professor explains this is sooo complicated. This is going to be my holy grail.
Python and C++ are great languages*
One of the best full length C++ courses online just thanks to the animations and the close up code. Thanks so much for making the videos! I’m working on C++ and Apple Metal now🎉
This is exactly one of the best tutorial!
Hello sir. I really love your video here. All the things that were taught were very helpful and concise for beginners like me!! So, I really hope and looking forward to you to post a full course video from beginning to advance for C++.
Hi Mosh I recently came across your videos. You are a really good tutor, teaches things in simple and easy ways leaving no confusions. Can you do a video on Selenium with Python for the front end testing.
My teacher told me to learn how to code with c++ and this was VERY helpful thanks a lot!
Hi mosh, thanks a lot your tutorials are helping me to learned how to code in C++.
Thanks you, this help me with my coding journey, when I watch this, I was a beginner with coding and got no idea how to code, my plan was to lean c++ to understand the basic and move on to easily coding languages. Now I have completed understand c++ coding with half a month of learning c++
thank you sir ,this video helped me a lot
😄
This tutorial is incredibly helpful. Thank you, Mosh!
fantastic tutorial! bought the full course on sale, will continue from there. Thank you so much for this!
i literally forgot to do that exact semi colon and went and looked at my code and found the problem without looking at my notes or the video! Also thanks very much for making this video it is helping quite alot.
Thank you sooo much for all the efforts you put in your videos, Mr. Moshfegh Hamedani! I truly appreciate each and every second of your videos, especially the Python course one. Have a great day, my Teacher. :)
first 20 min is yapping
Thank you
thank you 😂 i skipped ❤
😂 i agree
Legit brought me back to schools days
Is a kid,I can say with confidence this whole reply section and even the author of the comment is made up of kids
Hej Mosh, I eagerly waited for this course. I just love the way you teach us. Are you planning to upload part 2 of this course or do we need to buy the full course? Because I didn't find Classes and OOPS etc in this lecture.
Classes and OOP are covered in part 3 which I haven't started yet!
@@programmingwithmosh plz upload part 2 really looking forward to this and by the way thanks for you efforts man really appreciate it
Reach-out for further assistance
Helpline📲📥⬆️
its paid
@@warmachine4753
I'm very lucky to find your channel! You're an awesome teacher!
Thank you for your lesson! I just started learning C++ one week ago on Grade 7, and this really helps me on my homeworks!
7?? I'm in 10 and I'm learning Microsoft excel and PowerPoint 😂
@@user-vo9ot7pp1c ive learn it when i was 5th grade
Mosh, could you send a link for the complete pdf for C++. I’m only seeing part 1
th-cam.com/play/PLJQ716XnVlCKSWBj79lNHmo04EPSWXJrM.html
Make an Android Mobile Development using Kotlin course in the future please. I'm planning to learn it using books and official docs but a course from you will help accelerate it and avoid bad practices early on. Your courses are always topnotch, I think I had watched almost all of them.
Are you still watching it in 2024❤🎉?
2025
Great teaching 🌟!
If - Else Statements in C++ Programming. th-cam.com/video/YbhQcQSpnMU/w-d-xo.html
school can't teach me shit, so here I am
38:57
double x = 10;
double y = 5;
double z = (x + 10) / 3 / y;
std::cout
I swear bro I can't find a tutorial that's actually for beginners I just want a tutorial that starts from 0 like no I don't know what a boot command is you never told me
this tutorial is literally 0 knowledge required
i didnt kno anything and could follow along its a skill issue
I said that exact same thing over 50 years ago when I first started to learn how to program. My voice, stay with it you’re just learning a new language.
Thank you for free cheat
sheet & summary notes ❤
With confidence? No. This only covers the basics of the basics.
Don't get me wrong, I appreciate folks who make content but how are people still advertising; no prior experience required, no programming knowledge, and yet you'll make someone a zero to hero in 1 hour! I am a 10+ developer including CPP, and this is not possible. I am not attempting to negate your content here, but you teach here some std in/out and random number gen. This is not hero level C++.. this is very beginner level Cpp.. We really need to start setting clear expectations with programming. I see many people getting let down when a course created advertises these kind of promises..
If you watched video you would see, this is begginer, he has 2 more parts with 4-5h each, one is intermediate and then goes advanced.
I do agree. The fact is that for some of us, we really want to know what is required of the companies. Would the company hire you and teach you what to do? Or the company expects you to be very good and just employ you.
Someone didn’t watch the first 20 minutes of the video…
@@edwinavevor1180the companies almost never teaches you. Since it's a skill which is mandatory to learn . The company may teach you about their curriculums and their way of working but coding never.
this is a 12 hour course, you watched the absolute basics..
A true hardworking guy, he makes the best tutorials for us.
I am in tears lately in finding solid work in this career marketplace so im busy upskilling majorly.
For new students, this information(and the way you presented it) is invaluable! So thanks a bunch.
44:20 There is a StackOverflow post about why not use double or float to represent currency