📚 Learn programming 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. Code: #include #include #include using namespace std; mutex carMutex; void driveCar(string driverName) { //lock_guard carLock(carMutex); unique_lock carLock(carMutex); cout
@MrRohitChauhan1 Жыл бұрын
Hi, In one of your videos "Build your first multithreaded application - Introduction to multithreading in modern C++" how its running thread without using join() function
@cipher_algo_19 Жыл бұрын
threading is not working mam for c++ in vscode
@cipher_algo_19 Жыл бұрын
if declare the thread keyword , then it shows that thread is undefined even after declaring the thread header file in c++ program. Please give any solutions to this problem mam
@carmelostagno6352 Жыл бұрын
I think it will be another pill of knowledge to improve our study about C++. Thanks Saldina for all!
@amelccc Жыл бұрын
great explanation, very simplified, thanks
@MilesGerome Жыл бұрын
been looking for this, great :D
@Sam-k1i2i Жыл бұрын
you made yet another complex topic very easy to understand, thank you
@codeoasis1180 Жыл бұрын
Great video as always, thank you 👍
@hsngraphics8228 Жыл бұрын
I've been watching your videos for a while now, and I'm pleasantly surprised that you don't include any ads on your channel. It really highlights your dedication to education. We're eagerly anticipating your upcoming programming course!
@phoebewell3653 Жыл бұрын
The best teacher of all times! 🔥🔥🔥
@milkamilkica1935 Жыл бұрын
thank you for this video Saldina
@deanmorrison6254 Жыл бұрын
excelent as always
@woodperfekt Жыл бұрын
Your method of instruction is really good. First explaining the concept then directly followed by an example implementing the concept. Thanks for your videos.
@PenseBaixoNivel Жыл бұрын
Thanks, You improved my life 1000 percent Saldina!
@CodeBeauty Жыл бұрын
I'm so glad to hear that! Just work hard and your life will change completely, anything is possible! ❤️
@marym9003 Жыл бұрын
I watched your video about multithreading, and I was hoping that you will publish more videos about that topic. Thanks Saldina ❤
@fixnemlacika Жыл бұрын
I would really like to see a C# series, it would be really helpful with your teaching style!!
@CodeBeauty4 ай бұрын
@fixnemlacika I just notice this comment, but it would be very helpful for you to check out my C# practical programming course where you can learn all the necessary skills to start a successful career as a developer, here: codebeautyacademy.com
@anon-fz2bo Жыл бұрын
im not a beginner but i was once & honestly its so much easier to learn programming when u actually understand whats happening. for example, u shd state that the namespace this_thread is defined in the header and so is chrono. sleep_for can then be considered a function and not a static method of the class this_thread. chrono::seconds can also be considered a function although im assuming its actually an explicit constructor or a basic constructor that takes in an int & returns and instance of seconds. only thing i didnt know was the stuff about mutex, so thanks. its better to specify what exactly is happening as apposed to simply expecting that people just copy ur code.
@lsnlst1725 Жыл бұрын
Always the best youtube C++ performer! Thank Saldina!
@christopherrice891 Жыл бұрын
I watch a lot of Saldina's older C++ coding videos and she used to wear a Bat-Man t-shirt quite often. I wonder whatever became of that Bat-Man t-shirt🤔🤨?
@1tav0 Жыл бұрын
awesome video i was scared of threads up until i came to your channel. You explain everything so well and its so easy to follow thank you !!!
@joshualloyd6694 Жыл бұрын
Amazing and simple to understand thankyou!
@martinalcala48236 ай бұрын
Such a beauty, and also the c++! New sub!
@CodeBeauty6 ай бұрын
Thanks, welcome 🥰🥰
@OgunsolaMercy-du9if Жыл бұрын
I tried searching for a particular string in a file but all to no avail. Please any help
@yazenyazen4372 Жыл бұрын
Yes we like topics like determine big o and asynchronous Thank you so much
@gustavo9758 Жыл бұрын
CodeBeauty is on point, both for the code and the coder!
@CodeBeauty Жыл бұрын
🥰🥰
@hilgicamala2520 Жыл бұрын
suuuper explanation
@uccoskun Жыл бұрын
impressively clear instructions...
@mertsecen1136 Жыл бұрын
my final was 3 days ago i wish u uploaded this sooner lol
@gowthamkumars3653 ай бұрын
perfect, perfekt, savršeno
@MarcsYoutube Жыл бұрын
Instead of using std::endl, I'd use " " instead. std::endl causes flushing of the output buffer each time it is called, whereas using the newline character does not, which should make it slightly more efficient.
@ferfykins Жыл бұрын
Any chance you could make a video on why we should choose C++ over other languages?
@l.p.1967 Жыл бұрын
great video, thanks
@shahnur13 Жыл бұрын
Even unique_lock works without manually unlocking as mentioned in line 13. The mutex object automatically gets unlocked on end of scope.
@ignacionr Жыл бұрын
You say "mutex is a term related to threading in C++" and you got the first part right. The problem is that it is not really a C++ concept, but in general a threading concept that is pretty much used on every programming language that deals with a scheduler, including at least C#, C, Java, Delphi, Visual Basic, etc.
@Judgeman-f3q2 ай бұрын
Wow my eyes can not blink anymore
@bartoszskowronski Жыл бұрын
Great video. what next? I vote for shared memory between separate programs with using because 1 only one program needs to write data, but another 3 programs need only to read.
@Bombastic00138 ай бұрын
Hello, i don't understand why the endl in your code is not effective at 5:50 and it is later...
@san-joshuabarrett Жыл бұрын
You always remind me of Nadia from American Pie for some reason. I like it 🤠
@lindelanitshikalange7537 Жыл бұрын
Hi ...can you please do a tutorial on Huffman coding
@VastavPansuriya Жыл бұрын
What is iterator, i want to learn and from learning from text format is nightmare can you explain?
@woodperfekt Жыл бұрын
Hi, Please make a video about writing & reading from the serial port :) ... ..... when you have the time ... thanks
@2alearning115 Жыл бұрын
Hello Saldina, can u please make a video on " how to access hardware like camera, microphone etc." And how capture image Using c++
@TRY-dm3bd Жыл бұрын
Hello can make tutorial about c programming
@mrsunshine268 Жыл бұрын
Is the course not launched yet?
@punjita810 Жыл бұрын
hi can you make mini video of how i can play a c++ code writed on vs code directly on cmd throw vs studio play button. like you opp c++ video
@talha_coding_tutor9 ай бұрын
Saldina I Want To Create A Query-Based CLI Calculator in C++ that takes batch input using a vector of string and extract numbers and operators using sstream ,,, please guide me !.
@PawelManU7 Жыл бұрын
is it possible to record something about Boost library? There is plenty materials about STL but actually there is lack about Boost
@nevram0101 Жыл бұрын
What syntax use in embedded C++
@ferfykins Жыл бұрын
Do you make videos on python or java?
@Igor-my6ml Жыл бұрын
Beautiful and smart, everything opposite of me.
@mini-moose Жыл бұрын
Hopefully she’s wearing something from my childhood like back to the future gear or something
@jakkdlaw Жыл бұрын
Did I miss something?
@kateranksheavenmanagement Жыл бұрын
Please teach on how to build a webbrowser in c++
@kumaresantanja6152 Жыл бұрын
Also explain cpp 11 topics
@PenseBaixoNivel Жыл бұрын
Saldina,Why do you think, that Linus Torvalds didn't choose C++ for the Linux kernel?
@CodeBeauty Жыл бұрын
Lover levew control of the system 😄
@PenseBaixoNivel Жыл бұрын
@@CodeBeauty I'm learning a Assembly now... with one youtuber brazillian Called Fernando Anselmo (he is so great teacher too) ^^
@xtedixus4 ай бұрын
👍
@mattiamarchese6316 Жыл бұрын
You're the most Indian youtuber among the Russian youtubers.
@kardohirany Жыл бұрын
❤❤❤❤❤
@阿宏-d5q Жыл бұрын
請問以後有問題的話可以請教妳嗎?!
@hsngraphics8228 Жыл бұрын
The reason for limited leads on your channel might be due to KZbin's algorithm, which favors frequent video uploads.
@johnxina7496 Жыл бұрын
did you stop uploading?
@vvkbees647310 ай бұрын
😻
@tuazulyrojoeljean Жыл бұрын
So, where is she? It's been 3 months, I thought she was about to launch a new course
@carmelostagno6352 Жыл бұрын
I am eagerly waiting for your future course. Missing a lot?
@CodeBeauty Жыл бұрын
I've pretty much wrapped up my part of the work and created a programming course that will take you from beginner to expert level! Now, it's in the hands of others to handle the company setup, establish the right processes and structures, ensure that everything runs smoothly and that it complies with the law and best practices, so that course is available to everyone around the world, I don't have experience with this bureaucratic aspect of the work unfortunately, otherwise, I'd work day and nigh to establish it asap. So, all I can do at this point is wait, but since I'm not a big fan of waiting, I'm making the most of this downtime by refining everything and adding even more top-notch material to the course. 😊
@carmelostagno6352 Жыл бұрын
@@CodeBeauty Thank you very much. I appreciate your response and wish you fruitful work for an excellent result.