Caleb Curry C++ Programming All-in-One Tutorial Series (10 HOURS!)
🎯 Загружено автоматически через бота:
🚫 Оригинал видео:
📺 Данное видео принадлежит каналу «Caleb Curry» (@codebreakthrough). Оно представлено в нашем сообществе исключительно в информационных, научных, образовательных или культурных целях. Наше сообщество не утверждает никаких прав на данное видео. Пожалуйста, поддержите автора, посетив его оригинальный канал.
✉️ Если у вас есть претензии к авторским правам на данное видео, пожалуйста, свяжитесь с нами по почте support@, и мы немедленно удалим его.
📃 Оригинальное описание:
💰 Mentorship to six figure software engineer -
⚙️ Backend Engineering Mind Map -
💻 System Design Playlist -
💯 FREE Courses (100 hours) -
C and C Mastery Bootcamp -
Timestamps:
- Introduction
- Installing g
- C Concepts
- More C Concepts
- Using Directive and Declaration
- Variable Declaration and Initialization
- Using Variables with cout
- User Input with cin
- Conventions and Style Guides
- Intro to Functions
- Intro to Creating Custom Functions
- Pow Function
- Creating Custom Functions
- Creating Void Functions
- Intro to C Data Types
- Integral Data Types and Signed vs Unsigned
- Integral Data Types, sizeof, limit
- char Data Type
- Escape Sequences
- bool Data Type
- Floating Point Numbers
- Constant const, macro, and enum
- Numeric Functions
- String Class and C Strings
- get line for Strings
- String Modifier Methods
- String Operation Methods
- Literals
- Hex and Octal
- Operator Precedence and Associativity
- Reviewing Key Concepts
- Control Flow
- If Statement Practice
- Logical and Comparison Operators
- Switch Statement and Enum
- Intro to Loops
- For Loops (How to Calculate Factorial)
- While Loop and Factorial Calculator
- Do While Loop
- Break and Continue
- Conditional Operator
- Intro to Our App
- Creating a Menu
- Creating a Guessing Game
- Intro to Arrays and Vectors
- Working with Arrays
- Passing Arrays to Functions
- Fill Array from Input
- Using and Array to Keep Track of Guessing
- Intro to Vectors
- Creating a Vector
- Passing Vectors to Functions