Learning C++

Learning C++

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 2h 26m | 317 MB

C++ is an efficient and versatile programming language. C++ powers systems software, desktop applications, and even video games, and it’s the language that helped land humans on the moon. Simply put, C++ is a must-know for any modern-day programmer—and it’s a great place to get started if you’re programming for the first time. This course will get you up and running fast. Instructor Erin Colvin covers simple data types, including numbers and strings; flow-control features like loops and if, else, and switch statements; and functions, the code that encapsulates tasks your program performs. Dr. Colvin also covers working with files and special data structures such as classes and linked lists. Each chapter is full of practical code examples and challenges to help you practice your C++ skills.

Topics include:

  • Getting set up to code
  • Creating your first simple program with C++
  • Variables and arrays
  • Flow control with if statements and loops
  • Functions
  • Opening and editing files
  • Data structures