blender

Saloni Goyal

Posted on November 7, 2020

Preface

This series is created from my notes of the Pluralsight course 'Learn to Program with C++'. The course is taught by Kate Gregory(@gregcons) who has over 30 years of experience working with C++ and is a recipient of the Microsoft MVP award.

I highly recommend this course to anyone just starting out their programming journey and wishes to do it with C++.

Major Topics

  • Variables, Loops and Branches
  • The C++ Standard Library
  • Classes and Objects
  • Templates, Operator Overloading and other features

Don't worry if none of those words make any sense to you now. The series is meant to give you an understanding of the basics of programming concepts while learning C++ syntax and features.

If you continue to follow the series, please leave out comments with anything you don't understand or would like for me to improve upon.

Thanks for reading!

💖 💪 🙅 🚩
blender
Saloni Goyal

Posted on November 7, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Type Safety in Functions
cpp Type Safety in Functions

November 22, 2020

Functions in C++
cpp Functions in C++

November 21, 2020

Keyboard Input
cpp Keyboard Input

November 21, 2020

Type Safety in C++
cpp Type Safety in C++

November 20, 2020