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.
- Host: GitHub
- URL: https://github.com/abdullah-niaz/cpp-complete-course
- Owner: Abdullah-Niaz
- Created: 2022-05-18T06:18:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T16:25:49.000Z (almost 2 years ago)
- Last Synced: 2023-11-26T17:29:21.566Z (almost 2 years ago)
- Topics: cplusp, cpp
- Language: Jupyter Notebook
- Homepage:
- Size: 17.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.