Course Information
- Available
- *The delivery and distribution of the certificate are subject to the policies and arrangements of the course provider.
Course Overview
Take your C++ Programming to the next level. Course Duration: 6.5 Hours - 80 Lessons
A Verifiable Certificate of Completion is presented to all students who undertake this course.
As one of the most popular general purpose programming languages in the world, C++ can be used to create everything from small apps to complete video games and critical system drivers. Now you can get started with C++ in a step by step, hands-on video course, in far less time than trying on your own with this ultimate c plus plus tutorial .
In this 10 hour tutorial series, computer science professor Mike McMillan introduces you to the basics of programming in C++. With over 25 years of programming experience, 13 years of teaching, and having written 6 textbooks on programming, Mike offers the definitive guide to coding. Starting with the basics of the C++ programming language, this video tutorial covers all of the basic operations you need to start building your own programs with c plus plus programs
Course Content
- 16 section(s)
- 108 lecture(s)
- Section 1 Introduction
- Section 2 Getting Started
- Section 3 Writing Your First C++ Program - Hello, World!
- Section 4 C++ Building Blocks - Data Types And Variables
- Section 5 C++ Input And Output
- Section 6 Arithmetic Operators And Expressions
- Section 7 Making Decisions
- Section 8 Performing Repetition
- Section 9 Functions
- Section 10 Vectors
- Section 11 Arrays
- Section 12 Pointers
- Section 13 Classes And Object-Oriented Programming
- Section 14 Operator Overloading
- Section 15 Additional C++ Control Flow Constructs
- Section 16 Text File Processing
What You’ll Learn
- How to create a functional app from start to finish using industry standard practices.
- Key coding concepts such as standard data types, variables, arithmetic expressions flow control, functions, classes, arrays, and pointers.
- Computing theory and mathematical principles strictly as they apply to everyday C++ coding
Skills covered in this course
Reviews
-
RRyan Pochmara
This course was easy to follow, and very informative!
-
SSteve W. Kozlovski
Fantastic! I took the course as a review/refresher and it is that! I am also learning new things I never saw before. I couldn't ask for a better fit.
-
RRick Novy
I took this course to step to C++ after learning C 25 years ago. It's direct, clearly explained, but there are no homework exercises. Best to take notes and follow along with the examples, then retain the examples for future reference.
-
JJocelyn Hebert
Nice coverage of the basics of the C++ language, very nice section on overloaded operators. The explanations of the instructor are clear and he demonstrates the concept after each explanations. I would recommend following this course with a good book on the newer standard of C++, because some parts are a bit outdated. This is why I didn't put 5 stars.