Table of Contents
- Course Description
- Instructor Information
- Course Scope
- Course Format
- Course Schedule
- Prerequisites
- Learning Outcomes
- Assessments
- Technical Requirements
- License
Course Description
This comprehensive C++ course is designed to provide a solid foundation in the C++ programming language. It covers all of the essential C++ topics, including basic syntax, data types, control flow, functions, classes and objects, and templates. The course also delves into more advanced concepts such as memory management, exception handling, and advanced template techniques.
Instructor Information
I am a software developer and a student at a community college. I have worked on projects for over six years, including system software, website development, and AI applications. I am passionate about learning and sharing my knowledge with other students. I am excited to do this through this course.
Course Scope
In this course, we will begin by introducing you to the C++ development environment and the basic syntax of the language. As we progress, you will learn about variables and data types, control flow and looping constructs, functions and arrays, and pointers. We will then delve into object-oriented programming in C++ and cover topics such as classes, objects, inheritance, polymorphism, and operator overloading. You will also learn about templates, the Standard Template Library (STL), input/output, file processing, and exception handling. Additionally, we will cover some of the new features and improvements such as automatic type inference, lambda functions, move semantics, and the Concurrency and Parallelism library.
Unit | Description |
---|---|
Unit 1: Introduction to C++ |
|
Unit 2: Variables and Data Types |
|
Unit 3: Control Flow and Looping |
|
Unit 4: Functions and Arrays |
|
Unit 5: Pointers and Memory Management |
|
Unit 6: Object-Oriented Programming |
|
Unit 7: Templates and Standard Template Library (STL) |
|
Unit 8: Exception Handling, Input/Output, and File Processing |
|
Unit 9: Advanced C++ Features and Improvements |
|
The content of this course is made available along with other resources such as question, assignments, and any additional valuable resources on this github repo
Course Format
This course is offered online and self-paced. Each lesson is approximately 1 hour in length, and the course will take approximately 25 hours to complete. You can take the course at your own pace and complete it on your own schedule.
Course Schedule
The course is available for enrollment at any time. Each lesson will be released weekly, and there will be a deadline for each assignment and project. The deadlines for each assignment will be provided in the course.
Prerequisites
To make the most out of this course, you should have a basic understanding of programming concepts, and a good understanding of computers and operating systems. Additionally, you should be familiar with text editors and have a strong desire to learn and grow as a C++ developer.
Learning Outcomes
- Understand the basics of C++ programming, including data types, control flow, and functions
- Write, test, and debug C++ programs using an integrated development environment
- Implement object-oriented programming concepts such as classes, objects, inheritance, and polymorphism
- Use templates and the Standard Template Library (STL) to write generic, reusable code
- Understand advanced topics such as exception handling, input/output, and file processing
- Use the new features and improvements in C++11/14/17/20
Assessments
you will be assessed through a combination of quizzes, assignments, projects, and a final exam. The quizzes will be based on the material covered in the lessons, while the assignments and projects will give you the opportunity to apply your knowledge in a real-world context. After each unit you'll be assigned a project to test your understanding, along with a pdf that includes questions on each topic we covered.
Technical Requirements
- A computer with an internet connection
- A modern web browser
- A text editor (such as Visual Studio Code or Sublime Text)
- A C++ compiler (such as GCC or Clang)
Licence
This course is released under the MIT Licence, which means that you can use, modify, and redistribute the materials as long as you give me credit and include a copy of the licence.
If you have any questions, feedback or would like to know more about me.
you can reach me out on my LinkedIn
Top comments (0)