Build your first multithreaded application – Introduction to multithreading in modern C++

テクノロジー



📚 Learn how to solve problems and build projects with these Free E-Books ⬇️
C++ Lambdas e-book – free download here: https://bit.ly/freeCppE-Book
Entire Object-Pascal step-by-step guide – free download here: https://bit.ly/FreeObjectPascalEbook

🚀📈💻🔥💰 My Practical Programming course: https://bit.ly/SimplifyingCoding
If you enjoy my teaching style, you’ll be delighted to know that my Practical Programming course will soon be out. I’ll share my decade-long experience and help you secure a job as a software developer. Don’t wait, because the number of places is limited! Sign up now, and I’ll gladly send you a special discount when the course is launched.

This video is an introduction to multithreading in modern C++. You will learn what is multi-threading, why is it important, what kind of problems can we solve with multithreading. I’ll also explain the difference between multithreading and multitasking, and give you a real-life example of multithreading use.
This video contains everything you need to know to learn and start working with threads in modern C++, even if you are a complete beginner.
It is a step-by-step tutorial that starts with basic multithreading concepts, but it also encompasses some of the more advanced concepts as well.

☕ If you’ve found my content helpful and would like to support me, you now have the option to buy me a coffee or a cookie! It’s a small gesture of gratitude that means a lot to me and helps me keep creating free educational videos for you. Use the link to make a contribution: https://bit.ly/CodeBeauty_BuyMeACoffee
However, please don’t feel obligated to do so. I appreciate every one of you, and I will continue to share valuable content with you regardless of whether you choose to support me in this way. Thank you for being part of the Code Beauty community! ❤️😇

Contents:
00:00 – What will you learn in this course?
00:40 – History of multithreading in C++
01:24 – What is multithreading
01:39 – Multitasking vs multithreading
03:49 – Singlethreaded vs Multithreaded application
08:44 – How to pass a parameter to a thread function
10:10 – Build your first multithreaded application
21:04 – Problem with multithreading

Follow me on other platforms:
Instagram 📸 – https://www.instagram.com/TrueCodeBeauty
Twitter 🐦- https://twitter.com/TrueCodeBeauty

Comments

Copied title and URL