Learn your way! Get started

C++ 11, Part 1 of 4: Getting Started

with expert Peter Thorsteinson


Watch trailer


Course at a glance

Included in these subscriptions:

  • Dev & IT Pro Video
  • Dev & IT Pro Power Pack

Release date 6/23/2016
Level Intermediate
Runtime 1h 33m
Closed captioning Included
Transcript Included
eBooks / courseware N/A
Hands-on labs N/A
Sample code Included
Exams Included


Enterprise Solutions

Need reporting, custom learning tracks, or SCORM? Learn More



Course description

Join software development expert Peter Thorsteinson as he covers topics related to getting started with the C++ programming language. In this course, he will show you where and how to obtain the necessary development tools and integrated development environments. Thorsteinson will also offer a detailed study of C++ language syntax including comments, white space, identifiers and the declaration of variables as well as provide code examples that demonstrate modern features of the language.

Prerequisites

This course assumes that students have some rudimentary understanding of general programming concepts. No specific experience with C or C++ is required. As with any such course, the more experience you bring to the course, the easier it will be to understand the material that is presented. As a result, if you know C# or Java, that might be somewhat helpful.

Learning Paths

This course is part of the following LearnNowOnline SuccessPaths™:
C++ Development

Meet the expert

Peter Thorsteinson has been working for two decades in many areas of Microsoft-based software development technologies, including all the latest languages, frameworks, and tools. He has been involved in several large scale software development projects and has authored and co-authored several books and courses relating to ASP.NET, AJAX, JavaScript, WPF, WCF, WF, ADO.NET, and LINQ. Peter is currently focusing on ASP.NET MVC, jQuery, Task Parallel Library, Windows Azure, and SharePoint Development.

Course outline



Getting Started

Introduction (29:21)
  • Introduction (01:05)
  • Demo: Intro to Command Line (04:26)
  • Demo: Command Line Hello World (05:47)
  • Demo: Intro to Visual Studio (05:07)
  • Compilers and Linkers (06:06)
  • History and Standardization (00:40)
  • C++ on the TIOBE Index (00:55)
  • Getting a C++ IDE (01:30)
  • Demo: Get C++ Tools (02:00)
  • Looking for Code (00:59)
  • Summary (00:41)
Starter Examples (33:28)
  • Introduction (00:47)
  • Demo: Intro to Lambdas (04:13)
  • Demo: Lambda Expressions (06:25)
  • Demo: Lambdas Cont. (02:22)
  • Demo: Intro to For (03:04)
  • Demo: Range-Based For (04:22)
  • New Features in C++ 11 (01:30)
  • Console Applications (01:39)
  • Demo: Hello World (05:03)
  • Demo: Main Method (03:39)
  • Summary (00:19)
Learning C++ Concepts (13:11)
  • Introduction (00:48)
  • C++ Reference Documentation (00:42)
  • Demo: Reference Documentation (05:02)
  • C++ Language Characteristics (02:54)
  • Code Efficiency (01:57)
  • Performance vs. Type Safety (01:21)
  • Summary (00:24)
Comments and Variables (17:47)
  • Introduction (00:23)
  • Demo: Whitespace (04:37)
  • Demo: Comments (04:27)
  • Demo: ToDo (05:52)
  • Identifiers and Variables (02:12)
  • Summary (00:13)