C++ POINTERS FULL COURSE Beginner to Advanced (Learn C++ Pointers in 2,5 hours)
CodeBeauty CodeBeauty
273K subscribers
365,526 views
0

 Published On Premiered Jul 21, 2021

This is a full C++ Pointers course. It'll teach you the most important from beginner to advanced pointer topics.
In this course, you will learn the basics of pointers in C++, how and when are they used, the relationship between pointers and arrays, how to use pointers to pass elements by a reference to a function or to return multiple values from a function.
You will also learn about dynamic arrays and multidimensional dynamic arrays, function pointers, and smart pointers (unique, shared, weak)

Build C++ GUI app tutorial:    • Build C++ GUI apps FAST! Your first C...  
👉Download C++Builder here: https://bit.ly/CppBuilderFree

📚 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://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.

☕ 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! ❤️😇

👉 Download Visual Assist here: https://bit.ly/VisualAssistDownload
(It improves Visual Studio experience by quickly identifying and fixing code errors)

Other courses:
C++ Pointers playlist with individual lessons: https://bit.ly/Cpp_Pointers_Playlist
Object-Oriented Programming course: https://bit.ly/Cpp_OOP_Playlist
C++ common programming questions: https://bit.ly/Cpp_CommonProgramming
Data Structures course: https://bit.ly/Cpp_DataStructures
C++ functions course: https://bit.ly/CppFunctionsPlaylist
C++ arrays course:    • DATA STRUCTURES - How to work with ar...  

Contents:
00:00:00 - Tips before you start learning
00:03:01 - Introduction to C++ pointers
00:13:56 - What is a void pointer?
00:29:06 - How to use pointers and arrays
00:41:43 - Return multiple values from a function using pointers?
00:56:53 - Dynamic arrays - How to create/change arrays at runtime?
01:10:26 - Multidimensional dynamic arrays (two-dimensional dynamic array)
01:28:02 - How to detect errors and bugs in code?
01:39:15 - Explaining Memory Leaks in C++
01:47:56- Function Pointers
02:09:30 - Smart pointers (unique, shared, weak)

Follow me on other platforms:
Instagram 📸 -   / truecodebeauty  
Twitter 🐦-   / truecodebeauty  

show more

Share/Embed