📚 Learn how to solve problems and build projects with these Free E-Books ⬇️ C++ Lambdas e-book - free download here: bit.ly/freeCppE-Book Entire Object-Pascal step-by-step guide - free download here: 🚀📈💻🔥 My Practical Programming Course: www.codebeautyacademy.com/ Experience the power of practical learning, gain career-ready skills, and start building real applications! This is a step-by-step course designed to take you from beginner to expert in no time! 💰 Here is a coupon to save 10% on your first payment (CODEBEAUTY_YT10). Use it quickly, because it will be available for a limited time.
I wouldn't want to belittle the fine work in these videos by this instructor which are exceptional and well done. But I have to take exception to those saying she taught them in 12 minutes what their professor took an hour and 20 minutes to teach. Another student took 4 hours to get their first exposure to the subject. When the professor was teaching that student, it was probably the student’s first exposure to the subject, and the student probably had to ask several questions to make sense of the subject and the various different items , until they finally got it and went away with an overview of the subject. Then when taking this series of videos, they were starting with an overview of the subject and a introduction to the terminology of the subject. But they had at least a fuzzy understanding of the subject and it's vocabulary. When the same information is presented again, each time it is tied in with what is already learned. When the same subjects are covered again in a different class it is a review instead of learning from scratch, and the previous professor deserves a large portion of the credit where the student can go over familiar material faster and understand it better than when it was new material. We learn by steps, first getting an introduction to the vocabulary and concepts, then during each following study of the same material it is solidified further until the student only needs to review a few notes to get up to speed with the subject. You can't compare the time it takes to review a subject to the time it originally takes to get familiar with it.
Your lessons are awesome. Could you please do a series on Networking in C++, maybe starting from sockets to making get requests and then finally finishing up with gRPC using C++. That would be really awesome, thanks!
I’ve watched countless other YT videos on learning C++. They were good and I’ve been able to moved past the beginners level. I came across your channel and have been pleasantly surprised by finding small but greatly significant improvements in how you approach coding C++. Just when I thought I knew quite a bit you have shown me how to improve my skills. Thank You!!!!!
You are clear and concise. Thank you. I've had to suffer through classes with a mediocre teacher who just pretends that we should all have been born already knowing all this stuff, so I've had to find other sources of knowledge. Keep it up! I've just subscribed.
echoing past comments, I have learned more about OOP from you than some of the stuff Coursera and Udemy have on this topic. you are brilliant teacher. just one suggestion: could you put some practise exercises and then show on RUclips how you would solve them?
Thank you for the videos. I am fairly new to Programming, I am in my first really Programming class right now in college. It is online with no real instruction, just get read this chapter then do this project. Was finding it confusing. This really help me get through the project. Looking forward to the rest of the videos.
Your pronunciation is extremely clear, I am Mexican and my English is not very good, and on other channels they speak so fast, and it is difficult for me to understand them, but your pronunciation is ideal for anyone who knows the basics of English, in addition your explanations are very good, the only thing I could criticize is your light theme, I don't understand how you might like it hehe (little joke), but hey, for everything else great.
Muchas gracias y saludos a México! 🇲🇽💚🤍❤️ Hahaha, I don't like light themes, and I personally use dark ones, but I get messages from people who are watching my videos with a very bad internet connection, on a small resolution, and for them, it's much easier to read dark letters on the light background than vice versa. That is why I continue to use a light theme, even though some people commented that a dark theme is their personal preference. I believe that making it available for more people is a stronger argument. 🤞🤗🤗
@@CodeBeauty That's funny, I also do code tutorials and I have never received a comment like that, I think I will evaluate it for future tutorials. I said so, you should always doubt if someone uses a light theme :D Greetings from Mexico and I hope you have a lot of success.
@@CodeBeauty I am 80 years old and your light theme is highly appreciated. Dark on light stands out much better than light on dark for older people with reduced pupil openings.
I found this video and playlist from the FreeCodeCamp video on C++ OOP. Really, really great video. It taught me things I've always struggled with clearly and concisely. Amazing videos
Please explain for loop usage in context of this video.. I was told that initialisation, updation and condition check are needed for a for loop to execute..
Hello Didi. I am Devanshi from India. Thank u so much for making a full playlist on C++. Will u please make a video on Java and Python as well??? I will be very much grateful to u... Thank u
If I'm not mistaken, char can only be used for 1 character, e.g. 'i' whereas string can be used for several characters - "character string". So string is the appropriate data type.
@CodeBeauty at one point you said instead of listPublishedVideos one could make another class called videos where the videos can be specified more, can you explain how that works? it is so interesting thanks a lot
Hey i really love your C++ education videos but i would really appreciate if you can zoom in you screen so it can be seen more clear. I would really appreciate if you do that.
It was fabulous to watch channel video. You are really very cute and good teacher, your teaching is so really great talking to the point. Please make video on design pattern, if possible. 🙏
thank you, really appreciate for your videos but one thing is that pls can you change the background on your next video to be on dark mode for our clear sight
Suppose we have an object that doesn’t have an obvious behaviour, e.g for the class of furniture, we could have an object called table, the table has attributes like height width weight etc but it doesn’t do anything so what would it’s behaviour be? (or do behaviours include external factors interacting with said object, like placing food on the table etc)
📚 Learn how to solve problems and build projects with these Free E-Books ⬇️
C++ Lambdas e-book - free download here: bit.ly/freeCppE-Book
Entire Object-Pascal step-by-step guide - free download here: 🚀📈💻🔥 My Practical Programming Course: www.codebeautyacademy.com/
Experience the power of practical learning, gain career-ready skills, and start building real applications!
This is a step-by-step course designed to take you from beginner to expert in no time!
💰 Here is a coupon to save 10% on your first payment (CODEBEAUTY_YT10).
Use it quickly, because it will be available for a limited time.
is this worth our time, yes or no, if yes why?
Thanks
0:32 real-life objects. Is it necessary?
cus nobody explainz as basic as she does. it is worthwhile no cap..! @@МаксимМихайлов-п5е
@@LokeshAbhi It really is. When you're coding video games or database apps, having classes saves you an amazing amount of headaches and confusion.
You taught me in 12 minutes what takes my professor an hour and 20 minutes to teach. Thank you.
🤗🥰🥰
@@CodeBeauty I love you
Mine took 4 hours
@@anonymousfan9703 Who doesn't?
@@CodeBeauty hi mam C++ we use class but in C can't we use functions to define objects. pls explain difference between C and C++.
This tutorial describes not only the working of classes and object in C++ but also give an idea how to work with the lists.
Amazing tutorial ma'am
I was so lost and confused until I watched this video, this was a life saver
Thanks!
Wow
I wouldn't want to belittle the fine work in these videos by this instructor which are exceptional and well done. But I have to take exception to those saying she taught them in 12 minutes what their professor took an hour and 20 minutes to teach. Another student took 4 hours to get their first exposure to the subject. When the professor was teaching that student, it was probably the student’s first exposure to the subject, and the student probably had to ask several questions to make sense of the subject and the various different items , until they finally got it and went away with an overview of the subject. Then when taking this series of videos, they were starting with an overview of the subject and a introduction to the terminology of the subject. But they had at least a fuzzy understanding of the subject and it's vocabulary. When the same information is presented again, each time it is tied in with what is already learned. When the same subjects are covered again in a different class it is a review instead of learning from scratch, and the previous professor deserves a large portion of the credit where the student can go over familiar material faster and understand it better than when it was new material. We learn by steps, first getting an introduction to the vocabulary and concepts, then during each following study of the same material it is solidified further until the student only needs to review a few notes to get up to speed with the subject. You can't compare the time it takes to review a subject to the time it originally takes to get familiar with it.
agreed
womp womp
For anyone getting an error about the list and you're not using "using namespace std;" ..be sure to remember to put using std::list; !!
The best ever С++ course for beginners. Saldina's lectures are very informative, nothing superfluous. Thanks
your explanations are better than my professor at my university Thank You Saldina 👍👍
Your lessons are awesome. Could you please do a series on Networking in C++, maybe starting from sockets to making get requests and then finally finishing up with gRPC using C++. That would be really awesome, thanks!
to be honest, u deserve more subscribers!!!
🙏💙
I need to learn from you.
From your videos so far I think you will the best teacher , thanks
Thanks!
Watched this prior to and I passed my OOP exam. Thank you Saldina.
This channel was recommended to me by my college . Glad they did. Explained very well.
I'm also glad they did, cheers! :D
This is the first video that has actually explained the topic in a way I understand, thank you!
I’ve watched countless other YT videos on learning C++. They were good and I’ve been able to moved past the beginners level.
I came across your channel and have been pleasantly surprised by finding small but greatly significant improvements in how you approach coding C++.
Just when I thought I knew quite a bit you have shown me how to improve my skills. Thank You!!!!!
The experience was so smooth not have a single doubt for a sec 😮😍
You are clear and concise.
Thank you.
I've had to suffer through classes with a mediocre teacher who just pretends that we should all have been born already knowing all this stuff, so I've had to find other sources of knowledge.
Keep it up! I've just subscribed.
saldina you're THE BEST teacher ever🥰 I'm really lucky to be your subscriber
Reallly this channel is worth it's name.....thanks a lot mam
I'm now gettings started with OOP. Thanks for your contribution by teaching us these concepts and praticals using C++;
You are by far, my fav RUclipsr for code-related content. Awesome stuff, keep it coming!
echoing past comments, I have learned more about OOP from you than some of the stuff Coursera and Udemy have on this topic. you are brilliant teacher. just one suggestion: could you put some practise exercises and then show on RUclips how you would solve them?
Thank you for the videos. I am fairly new to Programming, I am in my first really Programming class right now in college. It is online with no real instruction, just get read this chapter then do this project. Was finding it confusing. This really help me get through the project. Looking forward to the rest of the videos.
Your pronunciation is extremely clear, I am Mexican and my English is not very good, and on other channels they speak so fast, and it is difficult for me to understand them, but your pronunciation is ideal for anyone who knows the basics of English, in addition your explanations are very good, the only thing I could criticize is your light theme, I don't understand how you might like it hehe (little joke), but hey, for everything else great.
Muchas gracias y saludos a México! 🇲🇽💚🤍❤️
Hahaha, I don't like light themes, and I personally use dark ones, but I get messages from people who are watching my videos with a very bad internet connection, on a small resolution, and for them, it's much easier to read dark letters on the light background than vice versa.
That is why I continue to use a light theme, even though some people commented that a dark theme is their personal preference. I believe that making it available for more people is a stronger argument. 🤞🤗🤗
@@CodeBeauty That's funny, I also do code tutorials and I have never received a comment like that, I think I will evaluate it for future tutorials.
I said so, you should always doubt if someone uses a light theme :D
Greetings from Mexico and I hope you have a lot of success.
@@CodeBeauty I am 80 years old and your light theme is highly appreciated. Dark on light stands out much better than light on dark for older people with reduced pupil openings.
This is better than how my prof teach, thanks. Btw, im a fan of yours. Pls keep uploading. Godspeed.
You Are so GOOD in teaching C++.
Saludos desde Corpus Christi, Texas, USA!! I love your videos! You make RUclips an awesome service to enjoy! Keep going, Saldina!
A very successful introduction to C++ OOP! Both in terms of content and presentation! Many thanks 👍👍👍
Thank you, Saldina, You are The Best Teacher, Thank you
Best channel to learn C++!
Thanks for everthings .I learned a lot because of you.
Found out late about this channel....but better late than never...THANK YOU CODE BEAUTY!!
you made it so easy, glad that I found your channel.🥰
I love how you teach, thanks ;)
🙏💙
You are a great teacher.
🥰🥰
can't believe I understand this in a minute
Thank you. I needed this before i wrote my end of semester exams
the best example of class and object is class-button, and instances of it on the screen
I'm here to say Thank You. Your freeCodeCamp video on OOP helped me a lot in my technical interview. Thank You so much... Keep up the good work !!
I found this video and playlist from the FreeCodeCamp video on C++ OOP. Really, really great video. It taught me things I've always struggled with clearly and concisely. Amazing videos
after watching some of your videos on C++ its amazing and have liked the approach used
I have learned more by your content did reading all technical books on c##
I give ur videos a thumbs up before even watching them ❤
Amazing teaching styles and made essentail concepts clear. thanks you so much
I've been having hard time understanding classes and objects, but your vid has made it clear to me. Thank you so much
i really love the lesson you taught me what took my teachers week to help me understand
🥰
Nice that you're waking up in 9 hours (3:24)
Also, really great teaching material!
really thanks for this wonderfull course . i can understand it very easily 🥰🥰🥰 thanks a lot maam
superb explanation ,, respect your efforts 🙏🙏 ,, love from india
Mam your tutorials are amazing, just a request to you is that please arrange a live chat so we can discuss some issues related to c++....regards.
Thank you so much for teaching us
Please explain for loop usage in context of this video.. I was told that initialisation, updation and condition check are needed for a for loop to execute..
Write a program with a bench class. Objects are set using dynamic creation. Count using a cycle how many benches are in the first half of the park.
SUCH A ABSOULUTE VIDEO Thanks a lot for this video..💝🙌
best explanation of the topics I have ever found anywhere . I just love the way u teach 😍
Hello Didi.
I am Devanshi from India.
Thank u so much for making a full playlist on C++.
Will u please make a video on Java and Python as well???
I will be very much grateful to u...
Thank u
Thank you so much!!!!
Never Stop making such useful videos Saldina. Thank you very much!!
🙏💙☺️
Hi mam, why you chosen string at3:35, can we use (chr) instead of it?
If I'm not mistaken, char can only be used for 1 character, e.g. 'i' whereas string can be used for several characters - "character string". So string is the appropriate data type.
Excelente video, buenísimo. Gracias.
Pretty good video and the way you are using to teach. Be good. Give us more video !
Your channel is so great. I am also a data girl student, and you encouraged me a lot.
Almost 10 different videos and this concept is still completely beyond my comprehension x.x
Thank you for your teaching.
Hey, Saldina I am coming from freecodecamp and your course was great!!
I like the car with the change color behave. 😉Nice content!
Yes, that would be a cool feature for car manufacturers to make 😀
Muchísimas gracias. Las explicaciones fueron muy claras.
you are by far the best:)
easy followed tutorial.Thank uuuu..
I just subscribed from this one video she's amazing
For anyone getting a list error, include the following at the top of your program: #include
Thank you very much Saldina. You are the best.
Thank you for this video, I am understanding OOP. Great!
🤗🤗🧡
Thank you saldina.i learn lot of thing from this video thank you 😊
Thank yo u soo much dear maam the way you are teaching is highly understandable t love from my side👨❤👨👨❤👨
@CodeBeauty at one point you said instead of listPublishedVideos one could make another class called videos where the videos can be specified more, can you explain how that works? it is so interesting thanks a lot
I learned a lot from your channel . Thanks Saldina
very impressive .....how you use simple words to explain a topic.....thank you mam
I love your channel Saldina!
Heeey im coming from FreeCodeCamp :D u r amazing tku so much for ur perfect explication end keep up Merciiii!!!
Welcome! 🤗🙏💙
Buenísimo. Gracias.
Hey i really love your C++ education videos but i would really appreciate if you can zoom in you screen so it can be seen more clear. I would really appreciate if you do that.
This is amazing!!!!!!!!Just a big thanks for your efforts!
Can you pleassse make a python tutorial? I find your tutorials really helpful for c++
what a great video. thank you!
Great video, a little too fast for me an absolute beginner. However, very well done. TY.
It was fabulous to watch channel video. You are really very cute and good teacher, your teaching is so really great talking to the point. Please make video on design pattern, if possible. 🙏
Gracias!!! excelente expicacion
Very useful💓Thx
thank you, really appreciate for your videos but one thing is that pls can you change the background on your next video to be on dark mode for our clear sight
Thanks, that's a good suggestion, I changed it to dark mode in my later videos 🤗😄
You are really a codebeauty ❤️
Thanks for making this vid! Really helped clear up my understanding of classes. Will be sure to keep a look out for your next vids. Thanks again
You are amazing thank you so much!!
This was very helpful, thank you for making this!
very well explained
Thank you for the video. I didn't really understand how you iterated through the list with the for loop though, if I am honest...
How do you get the built and compiled program to show the outputs in a new terminal window like that?
Suppose we have an object that doesn’t have an obvious behaviour, e.g for the class of furniture, we could have an object called table, the table has attributes like height width weight etc but it doesn’t do anything so what would it’s behaviour be? (or do behaviours include external factors interacting with said object, like placing food on the table etc)