I've done some openCV and Unreal engine tutorials in my free time. Cool but then there's compilation time for everything. One positive thing is that is very good to learn most of the basic concepts in C/C++ and then you understand why stuff is the way it is in Python(or other languages).
Yeah I like unreal engine with C++ and I’ve even done a bit of Unity with some C# too but I do find python the easiest to pick up and make a quick project in, it’s just nearly impossible to produce a large scale game without using one of these game engine giants as the backbone haha
I wish if you can make a video on how to connect this log in with the database. So when the user log in, he can see his information or his account. Thank you 🌹
Yes it is possible but when it gets to using large databases it’s usually actually best to use a database like SQLLite instead of storing it all locally!
Very clear, and great for beginners, cheers!
Cheers mate, thanks for the nice feedback!!
I've done some openCV and Unreal engine tutorials in my free time.
Cool but then there's compilation time for everything.
One positive thing is that is very good to learn most of the basic concepts in C/C++
and then you understand why stuff is the way it is in Python(or other languages).
Yeah I like unreal engine with C++ and I’ve even done a bit of Unity with some C# too but I do find python the easiest to pick up and make a quick project in, it’s just nearly impossible to produce a large scale game without using one of these game engine giants as the backbone haha
i request you to make this project with OOP mainly eith the inheritance concept
That’s a good idea I will add it to my upcoming projects list of ideas!
I wish if you can make a video on how to connect this log in with the database. So when the user log in, he can see his information or his account. Thank you 🌹
I will add that to my project ideas list thank you!!
Loved this soo much it definitely helped!!
Thanks so much glad you liked it!!
@@lemastertech will you be creating more C++ videos???
where have you been 🥲🥲🥲
Ohio Pennsylvania Colorado and Texas!
where does the txt file get stored?
In the same folder your c++ file lives unless you specify another location!
thanks a lot
You are very welcome! Thanks for watching!
Good
Thanks!
is it possible to include all accounts in an array of structures (made of username and password) and then in a file? if yes, how can we do it?
Yes it is possible but when it gets to using large databases it’s usually actually best to use a database like SQLLite instead of storing it all locally!