C++ Full Course | Exploring User Defined Data Types in C++|Structures in C++ |Lesson 6 Part 1

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 พ.ค. 2024
  • Title: C++ Full Course | Lesson 6 Part 1 - Exploring User Defined Data Types in C++
    Description:
    Welcome to our comprehensive C++ Full Course! In Lesson 6 Part 1, we're delving into the world of User Defined Data Types in C++.
    Ready to expand your C++ knowledge? Join us as we explore the concept of User Defined Data Types. Learn how to create your own custom data structures, encapsulating different data elements into a single unit. This powerful skill opens the door to building more complex and organized programs.
    By the end of this lesson, you'll understand how to define, use, and benefit from User Defined Data Types in C++. Keep learning and stay tuned for more captivating lessons in our C++ Full Course! Don't forget to like, share, and subscribe for engaging C++ content.
    🔗 Watch more: [The Incomplete Engineer TH-cam Channel]( / @theincompleteengineer )
    📷 Follow us on Instagram: [The_Incomplete_Engineer Instagram]( the_incomplete_...)
    🔗 Course Playlist: [C++ Full Course Playlist]( • C++ Programming Bootca... )

ความคิดเห็น • 1

  • @TheIncompleteEngineer
    @TheIncompleteEngineer  9 หลายเดือนก่อน

    this is what the enumeration code switch case should have been in the example
    switch(a)
    {
    case mon:
    cout