DEV Community

Cover image for Preface
Saloni Goyal
Saloni Goyal

Posted on • Updated on

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!

Top comments (0)