📚 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: bit.ly/FreeObjectPascalEbook 🚀📈💻🔥 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 really love your video, but i think from a learning point of view using C++ Builder just confuses the implementation. Much prefer it when you use visual studio code.
U procesu sam učenja c++ jezika i ne mogu ti opisati koliko mi je drago što sam naišao na ovaj kanal gde nudiš fantastična objašnjenja i naravno što je to neko sa naših prostora. Puno pozdrava iz Novog Sada.
Veliki pozdrav za tebe! Jako volim Novi Sad, ima neku posebnu kulturu, ljudi su divni i rado svratim kad god se ukaže prilika! Želim ti puno sreće i drago mi je da ti moji videi pomažu u učenju programiranja! 🥰❤️
Important to point out that __closure is C++ Builder specific extension. With standard C++, the function pointer must be a "member function pointer" and it can only be invoked on a specific instance of the class it's a member of.
Oh, you wont believe but I was introduced to delegates function using also templates with multiple arguments "..." and casting. It mess it up even if C++ is my third programming language. Here we have great explanation of delegates.
I'm still in JS since months and still not at the top with Python, so I let C++ behind. My memory is really too average, if not I would follow all with pleasure. One day maybe I'm back.
Thanks for this video! Very well explained.🤗 After the last video about AI, I really thought you would let us ask the AI for programming advice from now on. 🤭
Ćao Saldina. I love all of your videos but im wondering why did you switch from Visual studio to C++ builder? Is it because you step away from the console applications and are using forms? I have Visual studio 2022 and building this project in there is not as straight forward as in your video. Anyway ,thank you again for sharing your knowledge. Sve najbolje.
Thanks for the video, but is there any way to explain these concepts without visual program, via terminal apps? It's very confusing because there are many c++ concepts mixured with visual c++ apps (Labels, Edit, Buttons, and so on). It's very hard to understand the main goal.
ITs just the same for non visual program, every-time she says ' Form ', just swap the word for ' class '. e.g. parent and child forms, can just be any two classes talking to each other.
Could you expand on this video, later, by introducing the Observer Pattern. This video was excellent; but we have become used to excellence on this channel. Thank you.
you are amazing but please speake slowely and clearly that we understand easily b/c we are listning you from pakistan ok mem that's set further more you amazing thank youn for getting my instruction👍👍
well, tbh I got quite confused after watching this video (for the first time since I have started watching your channel). Maybe thats because you introduced a new app which I am not used to. My major problem with this is to understand, if all those (pre-defined) buttons, messages, events, windows are actually classes, objects, methods, functions or anything else. Most likely only after I know all that, I will have a chance to understand what is really happening in this video, lol
I do have some silly questions I’m about to return after years on coding but I’m between c#,c++. But a friend told me that if I learn python it would be much easier to find job even as freelancer is that a thing out there? Can you tell me you opinion? Because I know c# and c++ are powerful language to learn
if you like it that much, check my Practical Programming Course at www.codebeautyacademy.com We are building real C# (not C++) application and you will be learning alongside other students, with me as your personal tutor. With this you will also gain access to exclusive Discord community. I'll be happy to have you there. :)
Great video, nice example. However, keep in mind that makes it unnecessary to pass the member function's pointer as a parameter to constructor... You can invoke the message display function in the child unit using a closure pointer. Moreover, using a pointer is not mandatory in this particular application. Simply calling the display function using its full path (as a member of class instance) also works. But, as a way of demonstrating the idea of function pointers, this is a great video.
Hey there, I found your c++ tutorial very informative and got benefited out of it, we will have to learn java next semester in my university. Can you please make tutorials of java, not everyone explain it the way you did in c++. Would highly appreciate that, best of luck!
It doesn't work in QT because it asks for specific declaration of class method when assigning to function pointer. Now problem is, how can you define the scope of function pointer in child class? The function is in parent. So the scope is Parent:: To add this scope in child we need to add parent.h in child which ends up in circular imports. What is the solution?
my god! what's happened?? it's seems you speak faster than usual in this video.. really difficult to follow when you're going to learn something new and tricky, moreover in a foreign language 😏
📚 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: bit.ly/FreeObjectPascalEbook
🚀📈💻🔥 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.
please try to use visual studio or at least mention the code cause there is different between visual studio code and C++Builder code
I really love your video, but i think from a learning point of view using C++ Builder just confuses the implementation. Much prefer it when you use visual studio code.
The best coding channel ever!
Amazing, I was neer able to remember this before, but wit your example it is so easy to understand it and remember.
amazing as usual, i can easily understand and remember from your videos
great example
U procesu sam učenja c++ jezika i ne mogu ti opisati koliko mi je drago što sam naišao na ovaj kanal gde nudiš fantastična objašnjenja i naravno što je to neko sa naših prostora. Puno pozdrava iz Novog Sada.
Veliki pozdrav za tebe! Jako volim Novi Sad, ima neku posebnu kulturu, ljudi su divni i rado svratim kad god se ukaže prilika! Želim ti puno sreće i drago mi je da ti moji videi pomažu u učenju programiranja! 🥰❤️
omg i thought you were gona leave us i like your teaching is good
I'm not leaving 🥰🥰
@CodeBeauty I've taken 2 computer science courses with 2 labs, I aced all 4 of those because of your videos, the assignments were easy
Only on this channel, i can focus and I can learn full of my concentration anyway Nice to see you again.
Important to point out that __closure is C++ Builder specific extension. With standard C++, the function pointer must be a "member function pointer" and it can only be invoked on a specific instance of the class it's a member of.
I love your videos, you are a great teacher. Thank you, Saldina!
How wonderful the tutorial is! Thank you CodeBeauty. ❤
Oh, you wont believe but I was introduced to delegates function using also templates with multiple arguments "..." and casting. It mess it up even if C++ is my third programming language.
Here we have great explanation of delegates.
Amazing tutorial! very clear explanation about what a function pointer is.
Good work Saldina..
So much love from India. 🙂
👍 as usual 👍
I'm still in JS since months and still not at the top with Python, so I let C++ behind. My memory is really too average, if not I would follow all with pleasure. One day maybe I'm back.
we're all average, but her examples are too good. I sometimes watch her video 2-33 times and her videos always help me remember
@@dundyd3612 yea cool maybe after christmass I'm back for a new wave of codeBeauty
How to set redirect url in Microsoft login auth . i am using social login in my project for Microsoft login api ?
Please figure out
Are child and parent the same process or two different processes?
I was hoping the kitten would make an appearance in the video.
It has regular appearance on my instagram. It's so cute and playful, I want to share a little bit of his positive energy with the world 🥰
Thanks for this video! Very well explained.🤗
After the last video about AI, I really thought you would let us ask the AI for programming advice from now on. 🤭
Ćao Saldina. I love all of your videos but im wondering why did you switch from Visual studio to C++ builder? Is it because you step away from the console applications and are using forms? I have Visual studio 2022 and building this project in there is not as straight forward as in your video. Anyway ,thank you again for sharing your knowledge. Sve najbolje.
Thanks for the video, but is there any way to explain these concepts without visual program, via terminal apps? It's very confusing because there are many c++ concepts mixured with visual c++ apps (Labels, Edit, Buttons, and so on). It's very hard to understand the main goal.
ITs just the same for non visual program, every-time she says ' Form ', just swap the word for ' class '. e.g. parent and child forms, can just be any two classes talking to each other.
Awesome video Saldina! The mic quality is the only thing that I think could be improved. Cheers!
Agree. I film in a big room that does not have good sound isolation and it has a lot of echo, so if you can suggest a good microphone it's welcomed 🥰🤗
Absolutely! 🤗
Wow, that's pretty hard. I got to really study this one.
could I ask how to use in visual studio code? I don't know how to solve the problem that install curl and link with c++
Could you expand on this video, later, by introducing the Observer Pattern. This video was excellent; but we have become used to excellence on this channel. Thank you.
- can you explain how c++ work in node js
- and files system in c++
and thank you for your effort
Hello
can you make a video on BST implementation and heap
it will help a lot thank you
unrelated but is C++ Builder free??
you are amazing but please speake slowely and clearly that we understand easily b/c we are listning you from pakistan ok mem that's set further more you amazing
thank youn for getting my instruction👍👍
How to connect MySql database? I'm using Codeblocks and there's no way to solve this problem. Do you know some tricks?
Thanks mam I request you deeply make tutorial of rad studio and explain for freelancing . Your obedient
can u do hashing algorithm pls. Need it for college, Thx.
well, tbh I got quite confused after watching this video (for the first time since I have started watching your channel). Maybe thats because you introduced a new app which I am not used to. My major problem with this is to understand, if all those (pre-defined) buttons, messages, events, windows are actually classes, objects, methods, functions or anything else. Most likely only after I know all that, I will have a chance to understand what is really happening in this video, lol
I do have some silly questions I’m about to return after years on coding but I’m between c#,c++. But a friend told me that if I learn python it would be much easier to find job even as freelancer is that a thing out there? Can you tell me you opinion? Because I know c# and c++ are powerful language to learn
For getting the job fast I'd learn C# 🤗
One like is simply not enough for this tutorial.
if you like it that much, check my Practical Programming Course at www.codebeautyacademy.com
We are building real C# (not C++) application and you will be learning alongside other students, with me as your personal tutor. With this you will also gain access to exclusive Discord community.
I'll be happy to have you there. :)
Great video, nice example. However, keep in mind that makes it unnecessary to pass the member function's pointer as a parameter to constructor... You can invoke the message display function in the child unit using a closure pointer. Moreover, using a pointer is not mandatory in this particular application. Simply calling the display function using its full path (as a member of class instance) also works. But, as a way of demonstrating the idea of function pointers, this is a great video.
CAN YOU MAKE SERIES ON QT CTREATER C++
Hey there, I found your c++ tutorial very informative and got benefited out of it, we will have to learn java next semester in my university. Can you please make tutorials of java, not everyone explain it the way you did in c++. Would highly appreciate that, best of luck!
no hay subtitulos en español :'v
Hey Saldina, I'm coming from freecodecamp and your course was great (OOP in C++) 👍 ....
Thank you and welcome 🤗🤗🥰
you're amazing fucking hell!
😅😁😃
@CodeBeauty 😘
It doesn't work in QT because it asks for specific declaration of class method when assigning to function pointer.
Now problem is, how can you define the scope of function pointer in child class?
The function is in parent. So the scope is Parent::
To add this scope in child we need to add parent.h in child which ends up in circular imports. What is the solution?
👍
I'm sorry, but "parameters" is pronounced as "parAmeters" 7:45
lol
my god! what's happened?? it's seems you speak faster than usual in this video.. really difficult to follow when you're going to learn something new and tricky, moreover in a foreign language 😏
i am coming from FreeCodeCamp 👋
Welcome 🤗 🥰
🤩😍🥰