An open API service indexing awesome lists of open source software.

https://github.com/abdullah-niaz/cpp-complete-course

The C++ Complete Course is a comprehensive guide for individuals to learn C++ programming language from zero to advanced level. It includes video tutorials, written exercises, and covers topics such as variables, functions, OOP, and STL. Prerequisites include basic programming knowledge and a computer with internet, text editor, and compiler.
https://github.com/abdullah-niaz/cpp-complete-course

cplusp cpp

Last synced: 2 months ago
JSON representation

The C++ Complete Course is a comprehensive guide for individuals to learn C++ programming language from zero to advanced level. It includes video tutorials, written exercises, and covers topics such as variables, functions, OOP, and STL. Prerequisites include basic programming knowledge and a computer with internet, text editor, and compiler.

Awesome Lists containing this project

README

          

# C++ Complete Course
This repository contains a complete course for learning C++ programming language from zero to advance level. The course is designed for individuals who are new to programming or have limited experience in C++.

# Course Outline
The course is divided into several sections that cover the following topics:


  • Introduction to C++

  • Variables and Data Types

  • Control Structures (if-else, loops, etc.)

  • Functions

  • Arrays and Strings

  • Pointers and References

  • OOP Concepts (classes, objects, inheritance, polymorphism, etc.)

  • File Input/Output

  • Exception Handling

  • Standard Template Library (STL)


# Prerequisites
Before starting the course, it is recommended that you have a basic understanding of computer programming concepts and familiarity with any programming language.

# Course Format
The course includes a mix of video tutorials and written exercises. The videos provide a detailed explanation of the concepts, while the exercises allow you to practice and reinforce your understanding of the material.

# Requirements


  • A computer with an internet connection

  • A text editor (e.g. Visual Studio Code, Sublime Text, etc.)

  • A compiler (e.g. GCC, Visual Studio, etc.)

# How to Use the Repository


  • Clone the repository to your local machine

  • Navigate to the relevant section of the course

  • Watch the video tutorial

  • Complete the written exercises

  • Repeat the process for each section of the course

# Contributions

Contributions to the course are welcome. If you find any errors or have suggestions for improvements, please submit a pull request or open an issue.

# Disclaimer
This course is provided as-is and does not guarantee a certain level of expertise in C++ programming. It is up to the individual to make the most of the material provided and practice regularly.