Building Blocks of Application Development with C++

Building Blocks of Application Development with C++

English | MP4 | AVC 1920×1080 | AAC 44KHz 2ch | 2h 47m | 704 MB

Learn to build powerful, large-scale applications with C++ and take your application development skills to the next level!

Being a general-purpose programming language, C++ has imperative, object-oriented and generic programming features, while also providing facilities for low-level memory manipulation. Learning the skills to be biased toward system programming and embedded programming, resource-constrained, and large systems, with performance, efficiency, and flexibility of use are essential building blocks of application development.

This course will introduce you to object-oriented programming (OOP). It includes an in-depth analysis of classes and the associated OOP concepts, which will empower you to implement the concepts of object-oriented programming (OOP) in real life scenarios. It also provides you with the essential know-how to tackle challenges while writing your code.

Toward the end of each section, you’ll be introduced to the practical implementation of the concepts. So, get ready to get practical with advanced concepts in C++ such as Templates, Namespaces, Exception Handling, C++ Preprocessor, Pointers, and Functions. This tutorial will give you all you need to know about working with OOP in C++. All the code and supporting files for this course are available on Github at https://github.com/PacktPublishing/Building-Blocks-of-Application-Development-with-C-

This course is packed with step-by-step instructions. It shows you how to design and build your application using C++. This course is divided into clear chunks so you can learn at your own pace.

What You Will Learn

  • Set up a working environment essential for application development
  • Begin using various elements of the C++ language
  • Explore the anatomy of a simple, yet powerful application built with C++
  • Build your own application with C++
  • Master debugging techniques to ensure that your application is always running smoothly
  • Familiarize yourself with console mode and GUI mode for application development
  • Use various toolkits/libraries for large-scale application development
Table of Contents

01 The Course Overview
02 Class
03 Inheritance, Overloading, and Polymorphism
04 Exercise
05 Abstraction and Encapsulation
06 Interfaces
07 Exercise
08 Templates
09 Namespaces
10 Exception Handling
11 C++ Preprocessor
12 Function Pointer
13 Exercise
14 Text File – The Human Readable Format
15 Binary File – The Machine Readable Format
16 Exercise
17 Standard Containers
18 Strings
19 Streams Objects
20 Mathematical Functions
21 Exercise