Companies Home Search Profile

Fundamentals of C++ for Beginners in Programming

Focused View

Farzad Firozbakht

9:27:34

107 View
  • 1.1 Part 1 _ DataTypes and Operators .pdf
  • 1. Data Types, Operators.mp4
    29:49
  • 2.1 part 2 _ Cout & Cin.pdf
  • 2. part 2 _ Cout & Cin.mp4
    24:50
  • 3. Data Types, Operators and basic syntax_Sample Code.mp4
    07:20
  • 1.1 part 1 _ if and else statements.pdf
  • 1. part 1 _ if and else statements.mp4
    24:29
  • 2.1 part 2 _ Exceptions in C++.pdf
  • 2. part 2 _ Exceptions in C++.mp4
    16:53
  • 3.1 part 3 _ Switch statements.pdf
  • 3. part 3 _ Switch statements.mp4
    15:32
  • 4. Conditional statements_Sample Code 1.mp4
    08:20
  • 5. Conditional statements Sample Code 2.mp4
    09:52
  • 1.1 part 1 _ Initializing an Array and Array Size.pdf
  • 1. part 1 _ Initializing an Array and Array Size.mp4
    07:49
  • 2.1 part 2 _ Accessing Array Elements.pdf
  • 2. part 2 _ Accessing Array Elements.mp4
    03:19
  • 3.1 part 3 _ Two Dimensional Array.pdf
  • 3. part 3 _ Two Dimensional Array.mp4
    07:56
  • 4. Arrays_Sample Code.mp4
    06:59
  • 1.1 Part 1 _ Function Model.pdf
  • 1. Part 1 _ Function Model.mp4
    06:06
  • 2.1 Part 2 _ Function Prototype and Function Definition.pdf
  • 2. Part 2 _ Function Prototype and Function Definition.mp4
    11:59
  • 3.1 Part 3 _ Pass by Value, Pass by Reference, Function Overloading.pdf
  • 3. Part 3 _ Pass by Value, Pass by Reference, Function Overloading.mp4
    08:38
  • 4. Functions_Sample Code.mp4
    08:22
  • 1.1 Part 1 _ Basics of String in C++.pdf
  • 1. Part 1 _ Basics of String in C++.mp4
    05:57
  • 2.1 Part 2 _ String Input, String Concatenation.pdf
  • 2. Part 2 _ String Input, String Concatenation.mp4
    06:26
  • 3.1 Part 3 _ String Size.pdf
  • 3. Part 3 _ String Size.mp4
    04:20
  • 4. String Class _Sample Code.mp4
    07:39
  • 1.1 Part 1 _ For Loop.pdf
  • 1. Part 1 _ For Loop.mp4
    07:23
  • 2.1 Part 2 _ While Loop.pdf
  • 2. Part 2 _ While Loop.mp4
    05:38
  • 3.1 Part 3 _ Do While Loop.pdf
  • 3. Part 3 _ Do While Loop.mp4
    05:37
  • 4.1 Part 4 _ Accessing Array Elements using Loops, Range-Based Loops.pdf
  • 4. Part 4 _ Accessing Array Elements using Loops, Range-Based Loops.mp4
    09:22
  • 5.1 Part 5 _ Nested Loops.pdf
  • 5. Part 5 _ Nested Loops.mp4
    11:51
  • 6. Loops - Sample Code 1.mp4
    04:07
  • 7. Loops - Sample Code 2.mp4
    05:34
  • 1.1 Part 1 _ Memory Address.pdf
  • 1. Part 1 _ Memory Address.mp4
    05:34
  • 2.1 Part 2 _ Initializing a Pointer.pdf
  • 2. Part 2 _ Initializing a Pointer.mp4
    09:43
  • 3.1 Part 3 _ Arrays and Pointers.pdf
  • 3. Part 3 _ Arrays and Pointers.mp4
    05:21
  • 4.1 Part 4 _ Dynamic Memory.pdf
  • 4. Part 4 _ Dynamic Memory.mp4
    12:22
  • 5. Pointers - Sample Code 1.mp4
    05:18
  • 6. Pointers - Sample Code 2.mp4
    07:57
  • 1.1 Part 1 _ Class Definition, Objects, Pointers .pdf
  • 1. Part 1 _ Class Definition, Objects, Pointers.mp4
    19:28
  • 2.1 Part 2 _ Constructors and Destructors, Encapsulation.pdf
  • 2. Part 2 _ Constructors and Destructors, Encapsulation.mp4
    25:18
  • 3.1 Part 3 _ Class Header and cpp File.pdf
  • 3. Part 3 _ Class Header and cpp File.mp4
    22:20
  • 4.1 Part 4 _ Inheritance and Hierarchy.pdf
  • 4. Part 4 _ Inheritance and Hierarchy.mp4
    27:54
  • 5.1 Part 5 _ Polymorphism , Struct.pdf
  • 5. Part 5 _ Polymorphism , Struct.mp4
    21:08
  • 1.1 Part 1 _ Function Templates.pdf
  • 1. Part 1 _ Function Templates.mp4
    09:08
  • 2.1 Part 2 _ Class Template.pdf
  • 2. Part 2 _ Class Template.mp4
    13:04
  • 3.1 Part 3 _ Template Specialization.pdf
  • 3. Part 3 _ Template Specialization.mp4
    12:48
  • 4. Templates - Sample Code.mp4
    14:27
  • 1.1 Part 1 _ STL Vector.pdf
  • 1. Part 1 _ STL Vector.mp4
    39:49
  • 2.1 Part 2 _ STL Map.pdf
  • 2. Part 2 _ STL Map.mp4
    23:53
  • 3. Vector and Map - Sample Code 1.mp4
    10:28
  • 4. Vector and Map - Sample Code 2.mp4
    09:27
  • Description


    You will learn the core topics in C++ and Object Oriented Programming in this course.

    What You'll Learn?


    • You’ll learn all the core topics in C++
    • Learn complete Object Oriented Programming in C++
    • You’ll be able to use this knowledge in all C++ projects and applications
    • Become an expert in Core C++ concepts
    • You’ll be able to write a complete project in C++
    • Learn everything about datatypes and basic I/O
    • Learn Memory Management in a C++ Project

    Who is this for?


  • Anyone who is interested in starting a career as a C++ developer.
  • For beginners who have no programming experience and wants to start.
  • For beginners who would like to learn Object Oriented Programming.
  • Anyone who is interested to use C++ in a real application.
  • Anyone you wants to become an expert in C++ core topics and fundamentals.
  • What You Need to Know?


  • No C++ programming experience needed. you will learn everything you need to know
  • You will need a desktop or laptop computer
  • Free C++ IDE ( Integrated Development Environment ) - you will learn which IDEs you can use inside the course.
  • More details


    Description

    Hello and Welcome to Fundamentals of C++ for Beginners in Programming. C++ is one of the most popular Object Oriented Programming languages and it is being used in many industries like  ( video games, Artificial Intelligence, Robotics, VR, Operating Systems and , … ) . This course covers all of C++ core topics, concepts and Base knowledge that you need in order to start developing.


    You do not need to have any experience in C++ programming or any other programming languages, this course is beginner friendly and you will have no trouble understanding the topics.

    Each chapter has many good sample codes and examples, I will write every sample code in my IDE ( Integrated Development Environment ) and encourage you to code along with me as we go through each topic. I will also introduce you to some IDEs that you can use for this course.


    This course has 10 chapters. Below is the list of topics that we cover throughout this course in each chapter:


    • Data Types, Operators and basic syntax in C++

    • Conditional statements in C++

    • If and else

    • If with multiple else

    • Exceptions

    • Switch statement

    • Extra example

    • Arrays in C++

    • Initializing an Array

    • Array size

    • Accessing Array Elements

    • Two dimensional Arrays

    • Function Model

    • Function prototype

    • Function definition

    • Pass by value

    • Pass by reference

    • Function overloading

    • What is a String 

    • String input

    • String concatenation

    • String length

    • For loop 

    • While loop

    • Do while loop

    • Ranged loop

    • Accessing Array elements using Loops

    • Nested loop

    • Memory Address

    • What is a Pointer

    • The dereference operator

    • Arrays and Pointers

    • Dynamic Memory

    • Class Definition

    • Objects

    • Pointers and Objects

    • Constructor and destructor

    • Encapsulation and using Get/Set Functions

    • Class files and Headers

    • Inheritance

    • Polymorphism

    • Struct

    • Function Templates

    • Class Templates

    • Template Specialization

    • What is STL

    • Vector

    • Map


    By the End of this course, you will be able to write your own C++ project. You will have access to all the files for each chapter, each file contains all the contents about the chapter and the sample codes with solutions. You will also have a very easy time understanding all the topics since the contents are explained step by step.

    Who this course is for:

    • Anyone who is interested in starting a career as a C++ developer.
    • For beginners who have no programming experience and wants to start.
    • For beginners who would like to learn Object Oriented Programming.
    • Anyone who is interested to use C++ in a real application.
    • Anyone you wants to become an expert in C++ core topics and fundamentals.

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category

    C++

    Farzad Firozbakht
    Farzad Firozbakht
    Instructor's Courses
    Hi, I’m Farzad. Welcome to my course. I’m a full-stack developer, and have a Master’s degree in engineering. I have been writing algorithms ( using C++ and java ) and developing Apps for iOS and Android for a long time, my latest project is a fully featured iOS App for a Real Estate company. I decided to start creating coding courses and start teaching what I have learned from my App development experiences, I believe a coding course should teach the necessary skills that are needed for a real and useful App and the course should be easy to understand so that everyone with any skill-set can enjoy learning.My goal is to teach the useful and important contents that are being used for software development so that everyone can use this knowledge for their job, school and etc.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 46
    • duration 9:27:34
    • Release Date 2022/11/27