Learn C++ Programming -Beginner to Advance- Deep Dive in C++

Learn C++ Programming Beginner to Advance Free Video Course Free Download

C++ Programming is Classroom and Hands-on sessions- Features of C++ Programming 11 , Exception Handling and STL – for Both Academics and Industry

What you will learn:

  • Learn Basic concepts of C++ Programming, OOPs,Exception Handling, STL, Features of C++ 11
  • Learn Object-Oriented Programming Design Concept in C++ Perfectly with Examples
  • Learn How to Develop an Application (Student Project in C++ )

Requirements of C++ Programming:

  • C++ Compiler and IDE, Like CodeBlocks , Eclipse , Xcode etc.
  • No Programming knowledge required. Course covers C and C++ programming concepts in detail.

Description of C++ Programming:

C++ Programming course covers C++ from fundamental to further developed highlights.

Ideas of C++ Programming writing computer programs are made basic and simple.

Each point is shrouded in more noteworthy detail.

All Lecture are examined both on white board like a homeroom meeting and pragmatic demo.

Projects and Bullet focuses are given as asset.

Each Topic is Explained with Real life Examples

This course likewise covers highlights of present day C++ 11.

Understudy Project toward the finish of Course

Course Highlights:

  • Each Topic is covered on White Board
  • Pratical Session for every Topic
  • Area savvy Quiz
  • Area savvy Workbook Programs
  • Understudy Project

You will learn ideas consummately and furthermore figure out how to impeccably use highlights of C++. you will be sure to build up an Application utilizing C++.

What I will realize ?

  • Rudiments – Datatypes and Variables
  • Administrators and Expressions
  • Restrictive Statements
  • Circles
  • Pointers
  • Capacities
  • Capacity Overloading
  • Oh no Concepts
  • Classes and Objects
  • Constructors
  • Destructors
  • Administrator Overloading
  • Legacy
  • Polymorphism
  • Dynamic Classes
  • Capacity Overriding
  • Companion Members
  • Static Members
  • Inward Classes
  • Formats
  • Exemption Handling
  • I/O Streams
  • STL
  • Lambda Expressions
  • Highlights on Modern C++ 11
  • Understudy Project

Who this course is for:

  • Beginners – (Concepts are Covered from Basics to Advance)
  • Course Covers more than University Syllabus.
  • If you already know C++ then you will definitely improve your understanding of programming and OOPs concepts.

Course content of C++ Programming:

Introduction of C++ Programming:

  • Fundamentals
  • How Computers Works
  • Introduction to Number Systems
  • What is a Program
  • Low-level and High-Level Languages
  • Compiler vs Interpreter
  • What is an Operating System

Program Development:

  • Programming Paradigms/Methodologies
  • What is an Algorithm
  • What is a FlowChart
  • Steps for Program Development and Execution

Compiler and IDE Setup:

  • Install Compiler
  • Setup CodeBlocks and Settings
  • Setup Dev-C++ and Settings
  • Setup Visual Studio
  • Debugging in CodeBlocks
  • Debugging in Dev-C++
  • Debugging using Visual Studio
  • Setup xcode

C++ Basics:

  • Skeleton of C++ Program
  • Writing My First Program
  • Demo – First Program
  • Why Data Types
  • Primitive Data Types
  • Variables
  • Arithmetic Operators and Expressions
  • Operator Precedence & Expressions
  • Program using Expression
  • Area of a Triangle1 question
  • Practice Problem: Sum of First N Natural Numbers
  • Sum of First n Natural Number1 question
  • Practice Problem :Roots of Quadratic Equations
  • Finding roots of a Quadratic Equation1 question
  • Demo – Expressions
  • Calculate Distance1 question
  • Calculate Simple Interest1 question
  • Calculate Volume of a Cylinder1 question
  • Calculate Distance between 2 point1 question
  • Compound Assignment
  • Demo – Compound Assignment
  • Increment and Decrement Operators
  • Demo – Increment and Decrement Operators04:01
  • Overflow
  • Demo – Overflow
  • Bitwise Operators
  • Demo – Bitwise Operators
  • Enum and Typedef
  • Demo enum and typedef
  • Practice : Student Exercise
  • Practice : Student Exercise
  • Quiz on Basics10 questions

Conditional Statements:

  • Conditional Statement – if
  • Practice Problem : Finding Maximum of 2 Numbers
  • Maximum of 2 Numbers1 question
  • Number is Positive or Negative1 question
  • Check if Number is Odd or Even1 question
  • Demo – Conditional Statement
  • Demo – Validation
  • Logical Operators
  • Compound Conditional Statement
  • Check if Working Hours1 question
  • Practice Program using Compound Conditions
  • Check Age of a person1 question
  • Check if a person is eligible for Offer1 question
  • Demo -Compound Condition
  • Nested If
  • Finding maximum of 3 numbers1 question
  • Practice Problem: Finding Maximum of 3 No.
  • Practice Problem :Find Nature of Quadratic Roots
  • Nature of Quadratic Roots1 question
  • Practice Problem :Display Grades for Student Marks
  • Display Grades for Students Marks1 question
  • Calculate Discounted Bill Amount1 question
  • else if Ladder
  • Display Day name1 question
  • Display Month Name1 question
  • Display Digit in words1 question
  • Practice Problem : Display Day name using else if ladder
  • Short Circuit
  • Demo – Short Circuit
  • Dynamic Declaration
  • Demo – Dynamic Declaration
  • Switch Case – Branch and Control
  • Demo – Switch Case
  • Display Name of a Day1 question
  • Practice Problem : Switch – Program to Display Day name
  • Practice Problem : Switch – Program using Menu Options
  • Arithmetic operations using switch1 question
  • Practice Student Exercise #3
  • Practice Student Exercise #4
  • Quiz – Conditional Statements10 questions

Loops:

  • Loops – Iterative Statements
  • for Loop
  • Demo – Loops
  • Infinite Loop
  • Practice Problem :Multiplication Table
  • Practice Problem : Sum of N number
  • Practice Problem : Factorial of a number
  • Practice Problem :Factors of a Number
  • Practice Problem : Perfect Number
  • Practice Problem : find Prime Number
  • Sum of first N natural number1 question
  • Find Factorial of number1 question
  • Find factors of a number1 question
  • Check if a number is Perfect Number1 question
  • Check if a Number is Prime number1 question
  • Demo for Loops
  • Practice Problem : Display Digits of a Number
  • Practice Problem : check for Armstrong Number
  • Practice Problem : Reverse a Number
  • Display Digits of a number1 question
  • Check if a number is Armstrong Number1 question
  • Reverse a Number1 question
  • Check if a Number is a Palindrome1 question
  • Demo – Programs using While Loop
  • Practice Problem : find GDC of 2 numbers
  • Program for finding GCD
  • Practice Student Exercise #5
  • Quiz for Loops5 questions

Arrays:

  • Arrays – Introduction
  • Arrays Declarations
  • For Each Loop
  • Display all Elements using For Each loop1 question
  • Practice Problem :Adding all Elements of Array
  • Practice Problem :Finding Max element from Array
  • Practice Problem :Linear Search
  • Practice Problem :Binary Search
  • Sum of all Elements of Array1 question
  • Find Maximum element from Array1 question
  • Find Minimum Element in an Array1 question
  • Count number of negative and positive numbers in Array1 question
  • Demo – Array Programs
  • Nested Loops
  • Demo – Nested Loop
  • Practice Problem :Drawing Pattern 1
  • Practice Problem :Drawing Pattern 2
  • Practice Problem :Drawing Pattern 3
  • Draw a Square of *1 question
  • Draw a Lower Triangle of *1 question
  • Draw a Upper Triangle of *1 question
  • Draw cross Lower Triangle of *1 question
  • Draw cross Upper Triangle of *1 question
  • Patterns using Nested Loops
  • Multidimensional Array
  • Demo – 2D Arrays
  • Practice Problem :Matrix Operations
  • Practice Student Exercise #6
  • Practice Student Exercise #7
  • Quiz for Arrays5 questions

Pointers:

  • Pointers – Introduction
  • Demo – Pointers
  • Why Pointers
  • Heap Memory Allocation
  • Demo – Dynamic Allocation
  • Pointer Arithmetic
  • Pointer Arithmetic1 question
  • Demo – Pointer Arithmetic
  • Problems using Pointers
  • Reference
  • Demo – Reference
  • Quiz for Pointers5 questions

Strings:

  • Introduction to String
  • Reading and Writing String
  • String Functions – Length , Concatenate and Copy
  • String Function – Substring and Compare
  • String Functions – Tokeniser and To Integer
  • Class String
  • Basic Functions of Class String
  • Class String – Append and Insert Functions
  • String Class – Replace and Swap Functions
  • String Class – Copy and Find Functions
  • String Class – Substring , Compare and Operators
  • String Class – Iterator
  • Practice Problem : Find Length of a String
  • Practice Problem : Change Cases of Letters
  • Practice Problem : Count Vowels and Words in a String
  • Practice Problem : Checking Palindrome
  • Practice Problem: Find username from email address

Now! Learn C++ Programming Beginner to Advance Free Video Course by clicking below download button, If you have a any question so! comment now!..

Wait 15 Second For Download This File For Free

Author: https://www.udemy.com/course/cpp-deep-dive/

if you find any wrong activities so kindly read our DMCA policy also contact us. Thank you for understand us…

5/5 - (1 vote)

About Admin:- HowToFree

HowToFree or HTF is a not only one person we are many people who working on this site to provide free education for everyone.

Leave a Comment