Great Stuff Bro, thanks for all the knowledge. I'll be going into DSA and competitve coding from here and learn further. Best of luck to all who reached here after me. I hope you achieve what you are working so hard towards.
hi bro code, i just finished all of these videos in this series and I wanna say - a big thankyou. brilliant vids, crisp voice and bitesize organised vids. thankyou making this free content for everyone to learn
The Ctor is acting like a Class Method with no need to have a Return Type. I think that is really powerful, when the Ctor is called with a New Up'd object, it carries the completed calculations back to the new-up object - 🤯🤯🥳 C++ you've done it again!
i started watching this series on december 28th 2023. I finished this series on January 14th 2024. why it take so long is 50% life get in the way (especially school) and 50% procastination. and i think vector and using function from other file is missing here but i can just learn those myself i guess. thank you for this series it help start my programming career (literally my first programming language)
My dear Bro, I am delighted to claim that i have today completed your 60 videos long tutorial course on C++. I also have a suggestion for you if you don't mind. Why don't you add a certification to your courses? I mean, your contents are great. Learners like me wants to get certified. Please take this request into consideration
Ultimate bro 💪🏽 Thanks a tonne your videos have been helpful Now wishing you made videos related to all courses I'm taking ie my introduction to computer engineering course, logism ain't quite making sense to me
can anyone help me solve this for my upcoming exam this is just a practice.. PROGRAM FOR A BUS DRIVER Make a C program that will keep looping until 0 is entered for the number of passengers. Assume individual fare is 1.25. The program should 1. Ask for: (a) the number of passengers, and (b) amount paid (by passenger for fare) 2. Compute the total fare and display it 3. Check if the amount paid by the passenger is enough (a) If enough, display the change (b) if not enough, display the message "Money paid is not enough." e.g. (underline means entered from the keyboard) Enter no. of passengers: 2 Enter amount paid: 4 Total fare is 2.50 Change is 1.50 Enter no. of passengers: Enter amount paid: 4 Total fare is 4.50 Money is not enough Enter no. of passengers: 0 Bye!
Hi, i'm an italian beginner myself, can i help you with this? (Also: do you have an imminent dead line for this?) I'm sorry if my english isn't that great, i'm here to improve xD
the variable it points to, refers to the class's local variable. If no 'this', then the variable from function arguements is taken, well you only need it if funtion arguement and attribute of the class have same name.
@@PSIwolf39 They are incorrect. Unity is the one that uses c# while unreal uses c++, however both use c++ to some extent, so c++ would be useful regardless
#include
class Animal{
public:
bool alive = true;
void eat(){
std::cout
Please complete your ReactJs tutorial..
It will be really helpful
Next??? Go lang course
Thank god its the cat dog code
Congrats on making it this far soldier
We've reached it guys, Now there's even a greater path to follow. The path of development
just finished this course as well, im gonna try to learn how to make games and physics engines now
@@rezza8311 Wow, actually that's exactly what I've been doing for some time now
I have completed your C++ tutorial course. I learn a lot basic and skills in your channel. You are a great teacher. Thanks a lot...
Thanks for this great course
Finally reached the end of it. Thank you for this playlist, i have now learned the basics of C++.!
Great Stuff Bro, thanks for all the knowledge. I'll be going into DSA and competitve coding from here and learn further. Best of luck to all who reached here after me. I hope you achieve what you are working so hard towards.
Thank you Sir! Brilliant lesson plans and teaching.
Please keep this legend playlist
Love your channel. The concise intro / outro and your efficient speech are appreciated. Thanks for making these videos!!! You’re a legend : )
Thanks for the awesome tutorials Bro
Made it gang
:)
hi bro code, i just finished all of these videos in this series and I wanna say - a big thankyou. brilliant vids, crisp voice and bitesize organised vids. thankyou making this free content for everyone to learn
شكراً على الكورس ❤❤
was this video rereleased or something?? It says it was released an hour ago but there are already comments from a year back???
right? im sitting here like "how is his comment from 2 years ago if it was released 6 months ago"
We made it guys, now comes the hard part :)
Thank you for making this amazing course.
We made it gang! Thank you bro! Now unto the next path! Lets make games!
The Ctor is acting like a Class Method with no need to have a Return Type.
I think that is really powerful, when the Ctor is called with a New Up'd object, it carries the completed calculations back to the new-up object - 🤯🤯🥳
C++ you've done it again!
made it this far and ngl your videos are really helpful, please keep up the good work!
i started watching this series on december 28th 2023. I finished this series on January 14th 2024. why it take so long is 50% life get in the way (especially school) and 50% procastination. and i think vector and using function from other file is missing here but i can just learn those myself i guess. thank you for this series it help start my programming career (literally my first programming language)
My dear Bro,
I am delighted to claim that i have today completed your 60 videos long tutorial course on C++.
I also have a suggestion for you if you don't mind. Why don't you add a certification to your courses? I mean, your contents are great. Learners like me wants to get certified. Please take this request into consideration
Thanks a lot
Thank you so much for your works
your videos are really helpful for me, thanks
can you please upload more videos
Ultimate bro 💪🏽
Thanks a tonne your videos have been helpful
Now wishing you made videos related to all courses I'm taking ie my introduction to computer engineering course, logism ain't quite making sense to me
Your son did it mom
Hey! All of a sudden you started using -> instead of =, why is that?
So it is nesting classes or so?
what to do from here on?
Just choose a field that you are interested in or curious about.
Gui programs when ???
Thanks a lot. Keep it up!
can anyone help me solve this for my upcoming exam this is just a practice.. PROGRAM FOR A BUS DRIVER
Make a C program that will keep looping until 0 is entered for the number of passengers. Assume individual fare is 1.25. The program should
1. Ask for:
(a) the number of passengers, and
(b) amount paid (by passenger for fare)
2. Compute the total fare and display it
3. Check if the amount paid by the passenger is enough
(a) If enough, display the change
(b) if not enough, display the message "Money paid is not enough."
e.g. (underline means entered from the keyboard)
Enter no. of passengers: 2
Enter amount paid: 4
Total fare is 2.50
Change is 1.50
Enter no. of passengers: Enter amount paid: 4 Total fare is 4.50 Money is not enough
Enter no. of passengers: 0 Bye!
Hi, i'm an italian beginner myself, can i help you with this? (Also: do you have an imminent dead line for this?)
I'm sorry if my english isn't that great, i'm here to improve xD
@@jotunn8075 sure its on thursday (tom)
Bro is finally back!!
thanks - youre good at this
golden thnaks
Hey Bro, If possible, could you please include a tutorial on C++ Standard Template Library (STL) too? I think it would really help a lot of us out.
nice to meet u guys here, pro coders.
Can you make a video on how to use html and css in frontend web development
What would you advise learning after this?
Thanks for everything's ❤❤
I did it just now 💫
what if you have 2 or more parent classes 🧐🧐
when do you start data structure?
thank you so much!
love you❤
Ty bro!
now what? i finished the course. please give me more
sir bro code do you like cat or dog
What is the point of “this ->”??
saying you have a vatriable named x and an variable in this class named x to avoid confusion we use this (use the variable from this class)
the variable it points to, refers to the class's local variable. If no 'this', then the variable from function arguements is taken, well you only need it if funtion arguement and attribute of the class have same name.
When I need a refresher - I always recommend the #Bro_Code 😁
This makes me think I don't need this for game development like unreal engine. Is this necessary?
@@Lameless it isn't, you need C# for that
@@FlorrioEggGaming
So you mean to tell me I just spent all my time learning the wrong coding language?
Oh well, it was fun to learn it at least.
@@PSIwolf39 They are incorrect. Unity is the one that uses c# while unreal uses c++, however both use c++ to some extent, so c++ would be useful regardless
@@crogat2298 Ok, thanks. I'm mostly learning coding as a fun pass-time and not for actually trying to make games but still: thank you.
vector đâu??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
23 hours ago? I hope this is part of the long video
data structure please 😢😢😢😢
You mean a Struct ?
So thats it ? There is no more thing that we have to learn
#include
class Classroom{
public:
bool student = true;
std::string className = "Second Grade";
};
class BoyStudent : public Classroom{
public:
void gender(){
std::cout
#include
using namespace std;
class Food {
public:
void eat(){
cout