Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Software Development Tools No-Code Development
Business
Entrepreneurship Communication Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certifications Network & Security Hardware Operating Systems & Servers Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Paid Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement & Gardening Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition & Diet Yoga Mental Health Martial Arts & Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Learning Teacher Training Test Prep Other Teaching & Academics
Web Development JavaScript React CSS Angular Node.Js PHP HTML5 Typescript
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Amazon AWS Cisco CCNA CompTIA Security+ Microsoft AZ-900
Microsoft Power BI SQL Tableau Data Modeling Business Analysis Business Intelligence MySQL Qlik Sense Data Analysis
Unity Unreal Engine Game Development Fundamentals C# 3D Game Development C++ Unreal Engine Blueprints 2D Game Development Mobile Game Development
Google Flutter iOS Development Android Development Swift React Native Dart (programming language) Kotlin Mobile App Development SwiftUI
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting Canva InDesign Character Design Procreate Digital Illustration App
Life Coach Training Personal Development Neuro-Linguistic Programming Personal Transformation Life Purpose Mindfulness Sound Therapy Coaching CBT Cognitive Behavioral Therapy
Business Fundamentals Entrepreneurship Fundamentals Freelancing Business Strategy Startup Business Plan Online Business Blogging Leadership
Digital Marketing Social Media Marketing Marketing Strategy Google Analytics Internet Marketing Copywriting Email Marketing Startup YouTube Marketing
2022-06-06T09:36:55Z

IT & SoftwareOther IT & SoftwareC++

Master C++ Programming From Beginner To Advance - C++ Course

Lectures + Practical Hand-on C++ Course, Most Detailed Explanation of File Handling & STL, **190+ videos, **3 Projects
Rating: 4.6 out of 54.6 (1,428 ratings)
64,290 students
Created by Codaming - VeDinesh Academy
Last updated 6/2022
English
English [Auto]

What you'll learn

  • Learn from basics of Programming in C++, Get Bigger Picture from What and Why of C++, Will discuss each component in program
  • Learn Decisions , Loops , Strings, Arrays in c++programming
  • Learn Object Oriented Programming Concepts in c++programming with Examples
  • Learn Object , Classes , Operator Overloading, Inheritance, Pointers in c++programming
  • Learn virtual function, Streams and Files and finally Learn How to Develop an Application with project
  • Learn STL - Standard Template Library - which is explained in detail.
  • 100 MCQ's , 15 Assignments & 2 Projects
  • Interview preparation - with Top frequently asked questions
  • Coding Exercises

Requirements

  • Computer or Laptop and C++ Compiler and IDE, Like Codeblocks , Visual Studio etc.
  • No Prior Programming knowledge is required.

Description

Master C++ Programming From Beginner To Advance - C++ Course

C++ Programming , C++ Tutorial, C++ Lecture, C++ Course

Concepts of C++ Programming are made very simple and easy.


Course Highlights

  1. Explained each topic with help of picture and example.

  2. Practical Session for each Topic

  3. 3-Projects - ATM system, Student Management & Hacking Tool - keylogger in C++

  4. Mind-map

  5. Notes - ppt

  6. 100+ MCQ's

  7. 15 Assignments

  8. Interview Preparation ( Top Frequently asked Questions )

  9. Coding Exercise

  10. C++ Deep Dive all the way till Multi-threading


  • Topics :

  • Introduction to Basics of Computer ( Beginners )

  • What is Computer ?

  • Computer Architecture

  • RAM - Random Access Memory

  • CPU - Central Processing Unit

  • Operating System

  • Computer Language

  • Basics of Computer Quiz


  • Introduction to Programming ( Mind Map )

  • What is Programming in general ?

  • Why we should learn C++ ?

  • What is C++ ?

  • What is Compiler and IDE ?

  • Quiz 2: Introduction to Programming Quiz


  • Compiler and IDE Setup

  • Best IDE's For C++

  • Installing Visual Studio for C++

  • Installing Codeblocks for C++


  • Introducing Program Structure in C++ Program ( Mind map )

  • Header

  • Namespace

  • Main Function

  • Block and Semicolon

  • Writing First C++ Program

  • User Input and Output in C++ Program

  • Recap Program Structure Mind-map

  • Quiz 3:Program Structure Quiz


  • Identifiers

  • Keywords

  • Data Types

  • Variables

  • Operators

  • Arithmetic Operators

  • Assignment Operators

  • Logical Operator

  • Comparison Operator

  • Recap Important terminologies of C++ Programming ( Mind-map )

  • Quiz 4: Important terms Quiz


  • Introducing Important Terminologies in C++ Programming

  • Introduction Conditions in C++ Mind-map

  • Condition in C++

  • If Condition

  • If Else Condition

  • Else if Condition

  • Switch Case

  • Recap Conditions in C++ Mind-Map

  • Quiz 5:Condition in C++


  • Introducing String in C++ Programming Language ( Mind-map )

  • Why Strings are used in C++ ?

  • String concatenation

  • How to calculate string length ?

  • How to take string as input ?

  • Example on String

  • Recap String in C++ ( Mind-map )

  • Quiz 6: String Quiz


  • Introduction to Loops

  • What / why of Loop

  • For Loop

  • While Loop

  • Do While Loop

  • Break and Continue

  • Quiz 7: Loop Quiz


  • Why Array ?

  • What is Array ?

  • Creating , Initialize and Modify Array

  • Program of find Minimum no. in Array


  • Why Functions in C++?

  • Example Of Function

  • Function and Main Memory

  • Various Forms Of Function

  • What and Why Of Function Overloading?

  • 1st Way Of Function Overloading

  • 2nd Way Of Function Overloading

  • Drawback Of Function and inline Function

  • Quiz 8: Functions in C++


  • What and Why Of Structure

  • Define Structure in C++

  • Example of Structure

  • Nesting Of Structure

  • Structure padding

  • Quiz 9:Structure in C++ Quiz


  • Why Object Oriented Programming

  • Example of OOP

  • Key Note on Member Function and Member Variable

  • Access Specifier

  • Characteristics of OOP

  • Quiz 10: OOP Quiz


  • Mini Project - ( ATM System in C++ )


  • Why Constructor?

  • Default Constructor

  • Parametrized Constructor

  • Copy Constructor

  • Constructor Overloading

  • Constructor Program

  • Quiz 11: Constructor in C++


  • Operator Overloading

  • Overloading Post and Pre Increment


  • Introduction Inheritance Mind-Map

  • What is Inheritance?

  • Why Inheritance ?

  • Inheritance Example

  • Constructor and Inheritance

  • Function Overriding

  • isA and hasA Relation

  • Types Of Inheritance

  • Ways of Inheritance

  • Quiz 12: Inheritance Quiz


  • What is Pointer?

  • Why Pointer is Used?

  • Program in Memory

  • Pointer Notation

  • Pointer and Array

  • Pointer and Function

  • Memory Management - NEW

  • Memory Management - DELETE

  • Pointer Application Program

  • Pointer Limitations

  • this Pointer

  • Quiz 13: Pointers Quiz


  • Introduction to Pointer - Mind-map

  • Introduction to Polymorphism

  • Base Class Pointer and Derived Class Object

  • What is Virtual Function?

  • Why Virtual Function with Example

  • Abstract Class and Pure Virtual Function

  • More about Polymorphism

  • Virtual Destructor

  • Quiz 14 : Polymorphism Quiz


  • What is friend in general?

  • What is Friend Function?

  • Question on Friend Function

  • What is Friend Class ? + practical

  • Overloading Comparison Operator - With Friend Function

  • Quiz 15:Friend Quiz


  • Introduction to Static Member - Mind map

  • Static Member Variable

  • Static Member Function

  • Quiz 16: Static Member Variable & Function Quiz


  • Introducing File Input- Output

  • What are Streams?

  • Classes and Object for Input-Output

  • How reading and writing is done in file?

  • Write data into FILE

  • Reading data from FILE

  • Tellg in C++

  • Tellp Function

  • Seekg Function

  • Seekp Function

  • Quiz 17:File handling Quiz


  • Exception Handling in C++

  • Exception Handling Program in C++

  • Quiz 18: Exception Quiz


  • Basics of Data Structure

  • Introduction to STL

  • Containers in STL & Classification

  • Array - Container in STL

  • Vector - Container in STL

  • List - Container in STL

  • Stack - Container in STL

  • Queue - Container in STL

  • Priority Queue - Container in STL

  • Map - Container in STL

  • Multimap - Container in STL

  • Unordered Map - Container in STL

  • Set - Container in STL

  • Multiset - Container in STL

  • Unordered Set - Container in STL

  • Algorithms in STL

  • Container in Container

  • Quiz 19: STL Quiz


  • What and Why of Template in C++

  • Function Template

  • Class Template


  • Final Project - Student management in C++

  • Interview Preparation - Top frequently asked questions


  • Coding Exercise


  • What and Why of lambda in C++

  • lambda Function with value

  • lambda Function with reference


  • Multi-threading in C++

  • Multi-threading with function

  • Multi-threading with class - member function

  • Multi-threading with Lambda Function


Codaming - VeDinesh Academy provides smart classroom-type learning by breaking long lectures into short and crisp for each topic.

We explain concepts with examples and pictures for better understanding, moreover we apply the Mind-Map technique that would definitely help you in connecting the dots and remembering the concepts forever.

We are highly motivated and passionate to provide you high-quality, simplified, and in-depth training at an affordable price.

Thanks.

Who this course is for:

  • For Beginner C++ developers , Course covers c++programming concepts in depth.

Instructor

Codaming - VeDinesh Academy
Master Classes by DK
Codaming - VeDinesh Academy
  • 4.3 Instructor Rating
  • 2,600 Reviews
  • 138,600 Students
  • 2 Courses

Dinesh Kumar is a founder of Codaming - VeDinesh Academy & Senior Software Engineer with 8+ Yrs of Experience. He has trained over 50,000+ students on various programming languages over the last 2 years. He has hands-on experience of programming languages like C/C++, Python, Java, C# etc. while working on various technologies like Game Development, Cloud Computing, Automation, Blockchain etc.


Codaming - VeDinesh Academy provides smart classroom-type learning by breaking long lectures into short and crisp for each topic.

We explain concepts with examples and pictures for better understanding, moreover we apply the mind-map technique that would definitely help you in connecting the dots and remembering the concepts forever.

In our courses we include multiple projects (Demo + Code) & lots of assignments, exercises and MCQ's.

Moreover, we run Join-Hands Initiative where you will find questions that other students have faced in their interviews.

So let's Join the change, Join Codaming - VeDinesh Academy.

Top companies choose Udemy Business to build in-demand career skills.
NasdaqVolkswagenBoxNetAppEventbrite
  • Udemy Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Investors
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Accessibility statement
Udemy
© 2022 Udemy, Inc.