C++ Essential Training


Author: Bill Weinman
Released: 12/19/2018
Skill Level: Intermediate
Duration: 5h 32m



Learn C++ programming, starting with the basics. Widely used for both systems and applications development, C++ is available for virtually every operating system and has influenced and informed many derivative languages, including C# and Java. In this course, Bill Weinman guides you through the nuts and bolts of this essential language. He helps you set up your environment for coding and dissects the anatomy of a basic C++ program. He reviews the essentials—statements and expressions, variables, conditionals, operators, loops, and functions—and moves on to more complex topics, such as data structures, classes and objects, and templates. Along the way, Bill explains concepts such as recursion, type casting, and operator overloads, and dives into the powerful container classes and algorithms in Standard Template Library (STL). These exhaustive tutorials provide a solid C++ reference for both experienced programmers and those who are brand new to the language.
Topics include:
Setting up Xcode and Visual Studio
Statements and expressions
Variables
Primitive arrays and strings
Conditionals
Loops
Data types
Operators
Functions
Classes and objects
Templates
Standard Library and Standard Template Library

Exercise Files:


Comments

Popular posts from this blog

Programming Foundations: Algorithms

Programming Foundations: Object-Oriented Design

CSS Essential Training