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

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

LearnNow Online
Updated Aug 23, 2018

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.

Each LearnNowOnline training course is made up of Modules (typically an hour in length). Within each module there are Topics (typically 15-30 minutes each) and Subtopics (typically 2-5 minutes each). There is a Post Exam for each Module that must be passed with a score of 70% or higher to successfully and fully complete the course.


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.


Meet the expert

Peter Thorsteinson

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.

Video Runtime

93 Minutes

Time to complete

160 Minutes

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)
;