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.
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.
Hi Jason – we had a delay in publishing the final module on pointers, but it is there now. We’ll review the ordering and fix if needed.
Cheers
The C++ Fundamentals : Pointers section displays but all the links are dead (no links, just text).
Looks like the Pointer links are working now. Thanks
Pingback: My Pluralsight C++ Fundamentals course is live! (and free for a little while) | Real Coding!!