Home / C++ Programming

C++ Programming

C++ is one of the world's most popular programming languages. C++ can be found in today's operating systems, Graphical User Interfaces, and embedded systems. C++ programming course will guide you to from basic language syntax to OOP concept step by step. Please see the details course offer below,

Course Offer
  1. Programming Language concept
  2. Basic Languages Syntax
  3. Control Flow
  4. Functions
  5. Object Oriented Programming
  6. Create Console Project
  7. Problem Solving
  8. Final Project

20% Scholarship

Fee : $ 180.0 $ 144.0

Duration : 60 hours

C++ Programming
Course Outline

  • Introduction and getting started to programming
  • C++ basics (variable, keywords, statement, expression)
  • Fundamental data types
  • Basic Function and file
  • Debugging
  • Operators
  • Object scope and conversion
  • Control flow and error handling
  • Lab: Project Practical (1)

  • Enum and Structs
  • Arrays
  • Strings
  • Lab: Project Practical (2)

  • Types of functions
  • Passing arguments to functions
  • Function pointers
  • Recursion

  • Understand Class and Object and Constructors concepts
  • Encapsulation
  • Anonymous object
  • Overloading and inheritance
  • Object Relationship
  • Lab: Project Practical (3)

  • Real use of console application
  • Apply OOP concept to solve real problem
  • Handling error exception in program