DEV Community

Cover image for Unleashing C++: From Basic to Advanced
Moayed Ellah
Moayed Ellah

Posted on

Unleashing C++: From Basic to Advanced

Table of Contents

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++
  • Basic C++ syntax and structure
  • Compiling and executing C++ programs
Unit 2: Variables and Data Types
  • Understanding basic data types in C++
  • Creating and initializing variables
  • Typecasting and type conversion
  • Constants and defined variables
Unit 3: Control Flow and Looping
  • Conditional statements (if, else, switch)
  • Looping constructs (for, while, do-while)
  • Jump statements (break, continue, goto)
Unit 4: Functions and Arrays
  • Creating and calling functions
  • Understanding function parameter passing
  • Using arrays and array manipulation
  • Strings and string manipulation
Unit 5: Pointers and Memory Management
  • Understanding pointers and the memory model
  • Dynamic memory allocation and deallocation
  • Pointers to objects and classes
  • Smart pointers and reference counting
Unit 6: Object-Oriented Programming
  • Understanding classes and objects
  • Inheritance and polymorphism
  • Operator overloading and friend functions
  • Abstract classes and pure virtual functions
Unit 7: Templates and Standard Template Library (STL)
  • Understanding templates and function templates
  • Understanding class templates and generic programming
  • Standard Template Library (STL)
Unit 8: Exception Handling, Input/Output, and File Processing
  • Understanding exception handling and try-catch blocks
  • Input/output streams and file handling
  • Manipulating files and directories
Unit 9: Advanced C++ Features and Improvements
  • Automatic type inference and type deduction
  • Lambda functions and closures

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)