C++ Structures for beginners (explained in 30 minutes) + Test your programming knowledge!
CodeBeauty CodeBeauty
273K subscribers
184,719 views
0

 Published On Feb 17, 2021

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

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

In this video, I'm explaining C++ structures for beginners. Structures are user-defined data types. They are used to represent information about something more complicated than a single number, character, array of numbers, characters, etc. So, you can use a structure to represent information about a Person, an Animal, a Sport, a Game, a Car...

In this 30-minute programming tutorial, you will learn what are structures in programming, how to create structures, why to use them, how to create variables of the struct type.
All of these topics are covered in the "Introduction to structures" part of this video.
You'll also learn how to use structures and functions and how to pass a structure as a parameter to a function.
In the final part of the video, I'll show you what are nested structures and how to use structure inside another structure

In the end, you can find a task that you can use to test your programming knowledge, together with some useful tips.
In the description, you can also find videos that can help you to solve the programming test.

☕ 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 - Intro
01:08 - Introduction to C++ structures for beginners
15:28 - C++ structures and functions
20:38 - Nested structures, How to use struct inside another struct
27:05 - Test your programming knowledge!
29:29 - Review of the program that you should build
31:42 - Tips to solve the programming test
34:04 - Suggestions to upgrade the program

Videos that can help you to solve the programming test:
For loop -    • C++ FOR BEGINNERS (2020) - For loop, ...  
Nested do while and for loops -    • C++ FOR BEGINNERS (2020) - How to nes...  
Nested for loop 1 -    • C++ FOR BEGINNERS (2020) - What is ne...  
Nested for loop 2 -    • C++ FOR BEGINNERS (2020) - How to dra...  
Arrays -    • DATA STRUCTURES - How to work with ar...  

Related videos:
Basic Data Types in C++ -    • C++ FOR BEGINNERS (2020) - Variables,...  
Functions playlist -    • C++ functions  

Add me on:
Instagram 📸 -   / truecodebeauty  
Twitter 🐦-   / truecodebeauty  

show more

Share/Embed