وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Ultimate C++ Programming Course: From Novice to Expert

سرفصل های دوره

Unleash Your Coding Skills with the Ultimate C++ Programming Course


1. Introduction
  • 1. Course Introduction
  • 2. Course Curriculum Overview
  • 3. Support us.html
  • 4. Why C++
  • 5. Setting Up the Compiler

  • 2. Basic C++ Syntax
  • 1. Basic C++ Syntax
  • 2. Comments in C++
  • 3. endl - next line
  • 4. User Input in C++
  • 5. Basic C++ Syntax Practice Questions [Homework Section]

  • 3. Variables and Data Types in C++
  • 1. Introduction to C++ Data Types
  • 2. C++ Integers and Float
  • 3. Variables in C++
  • 4. C++ Strings
  • 5. C++ Chars and boolean
  • 6. Variables and Data Types in C++ Homework Solution

  • 4. Operators in C++
  • 1. Introduction to Operators in C++
  • 2. Operators in C++ 1
  • 3. Operators in C++ 2

  • 5. C++ Loops and Statements
  • 1. If Statement
  • 2. If Else Statement
  • 3. If Else Ladder Statement
  • 4. Switch Case
  • 5. For Loop
  • 6. While Loop in C++
  • 7. Do While Loop in C++
  • 8. Break and Continue Statements
  • 9. C++ Loops and Statements Practice Questions [Homework]

  • 6. Arrays in C++
  • 1. What are Arrays
  • 2. Logic with C++ Arrays 1
  • 3. Logic with C++ Arrays 2
  • 4. Arrays Homework Practice Questions [Homework]

  • 7. Functions in C++
  • 1. Resources For Extra Practice.html
  • 2. Introduction to C++ Functions
  • 3. C++ Functions Syntax
  • 4. The Return Keyword
  • 5. Difference between the Return and Print Statement
  • 6. Logic with C++ Functions 1
  • 7. Default Arguments in C++ Functions
  • 8. Function Overloading in C++
  • 9. Functions Practice Questions Basic
  • 10. Functions Practice Questions Intermediate
  • 11. Functions Practice Questions Advanced
  • 12. How the Compiler reads
  • 13. Pointers in C++
  • 14. Recursion in C++
  • 15. Functions in C++ Practice Questions [Homework]

  • 8. Structures in C++
  • 1. Introduction to Structures in C++
  • 2. Difference between Structure and Function
  • 3. Logic With Structures in C++
  • 4. Enumeration in C++
  • 5. Logic with Enumeration in C++
  • 6. Structures and Enumeration Practice Questions [Homework]

  • 9. Logical and Conceptual Practice Questions
  • 1. Practice Problem 1 Sum of all Array Elements
  • 2. Practice Problem 2 Largest Element in an Array
  • 3. Practice Problem 3 Most Occurring Element in an array
  • 4. Practice Problem 4 Reverse Array
  • 5. Practice Problem 5 Linear Search
  • 6. Practice Problem 6 Binary search
  • 7. Practice Problem 7 Selection sort
  • 8. Practice Problem 8 Bubble Sort
  • 9. Practice Problem 9 Insertion Sort
  • 10. Practice Problem 10 Merge Sort
  • 11. Practice Problem 11 Fizz Buzz
  • 12. Practice Problem 12 Half Star Pyramid Pattern
  • 13. Practice Problem 13 Inverted Half star Pyramid Pattern
  • 14. Practice Problem 14 Standard Deviation
  • 15. Practice Problem 15
  • 16. Practice Problem 16
  • 17. Practice Problem 17

  • 10. Milestone Project 1
  • 1. Milestone Project 1 Overview
  • 2. How to Approach Milestone Project 1
  • 3. Milestone Project 1 Solution Part 1
  • 4. Milestone Project 1 Solution Part 2
  • 5. Milestone Project 1 Solution Part 3

  • 11. OOP - Object Oriented Programming
  • 1. What is Object Oriented Programming
  • 2. C++ Classes and Objects
  • 3. Logic with C++ Classes and Objects 1
  • 4. Logic with C++ Classes and Objects 2
  • 5. OOP Access Specifiers
  • 6. C++ Class Methods
  • 7. Constructors in C++
  • 8. Logic with Constructors in C++
  • 9. Encapsulation in C++
  • 10. Logic with Encapsulation in C++
  • 11. Interfaces in C++
  • 12. Interfaces in C++ Examples
  • 13. OOP Practice Questions [Homework]

  • 12. Overloading in C++
  • 1. What is Operator Overloading
  • 2. Operator Overloading Practice Problem 1

  • 13. Inheritance
  • 1. What is Inheritance
  • 2. Inheritance Practice Problem 1
  • 3. Inheritance Practice Problem 2

  • 14. Polymorphism in C++
  • 1. What is Polymorphism
  • 2. Polymorphism Practice Problem 1
  • 3. Polymorphism Practice Problem 2

  • 15. Error Handling in C++
  • 1. Throw, catch and Try methods
  • 2. Error handling Practice Problem 1
  • 3. Error Handling Practice Problem 2

  • 16. OOP Logical and Conceptual Questions
  • 1. OOP Practice Problem 1
  • 2. OOP Practice Problem 2
  • 3. OOP Practice Problem 3
  • 4. OOP Practice Problem 4
  • 5. OOP Practice Problem 5
  • 6. OOP Practice Problem 6

  • 17. Milestone Project 2
  • 1. What is Stack
  • 2. Logic with C++ Stack 1
  • 3. Logic with C++ Stack 2
  • 4. Logic with C++ Stack 3
  • 5. Logic with C++ Stack 4

  • 18. File Handling in C++
  • 1. What is File Handling
  • 2. Logic with C++ File Handling 1
  • 3. Logic with C++ File Handling 2
  • 4. File Handling Practice Questions [Homework]

  • 19. Dynamic Memory in C++
  • 1. What is Dynamic Memory
  • 2. Logic with Dynamic Memory 1
  • 3. Logic with Dynamic Memory 2
  • 4. Dynamic Memory Practice Questions [Homework]

  • 20. Namespaces in C++
  • 1. What are Namespaces
  • 2. How to use Namespaces
  • 3. Nested Namespaces
  • 4. Logic with Namespaces

  • 21. Milestone Project 3(Tic Tac Toe)
  • 1. Project 3 Overview
  • 2. Project 3 Solution Part 1
  • 3. Project 3 Solution Part 2
  • 4. Project 3 Solution Part 3
  • 5. Project 3 Solution Part 4

  • 22. Introduction to advanced C++
  • 1. Introduction to advanced C++.html
  • 2. C++ Templates
  • 3. C++ Preprocessors
  • 4. C++ Signal Handling

  • 23. C++ Interview Questions
  • 1. C++ Common Interview Questions
  • 2. IQ Decimal to Binary
  • 3. IQ Matrix Multiplication
  • 4. IQ Palindrome

  • 24. Bonus Section
  • 1. Thank You!.html
  • 45,900 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 11637
    حجم: 6663 مگابایت
    مدت زمان: 1106 دقیقه
    تاریخ انتشار: 20 اردیبهشت 1402
    طراحی سایت و خدمات سئو

    45,900 تومان
    افزودن به سبد خرید