New Course: C++ Fundamentals

Kate Gregory has just published a new course: C++ Fundamentals

C++ is a general purpose programming language that is used by millions of developers. It offers a powerful combination of performance and abstraction that other languages don’t have. You can use C++ to write different kinds of applications for a variety of platforms. In this course, I’ll cover basics of language syntax – declaring variables, classes, building expressions using operators and functions – and work up to templates, pointers, const, and polymorphism. I’ll be using the principles of “modern C++” as much as possible, relying on the Standard Library and using idioms like Resource Acquisition is Initialization to reduce the effort involved in memory management. Some people are scared of C++, but I’ll show you how to approach the language without fear.

5 thoughts on “New Course: C++ Fundamentals

  1. There are several mentions in this course about how “we’ll get to that later in the course”, but yet, it never comes, such as “consts” or “pointers”? Is this material going to be published?
    Also, a couple modules were apparently out of order.

  2. Pingback: My Pluralsight C++ Fundamentals course is live! (and free for a little while) | Real Coding!!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s