GUI Programming with C++

GUI Programming with C++

English | MP4 | AVC 1920×1080 | AAC 44KHz 2ch | 1h 06m | 302 MB

Take your C++ coding to the next level by leveraging the latest features and advanced techniques to build high-performing, reliable applications.

C++ has come a long way and has now been adopted in several contexts. Its key strengths are its software infrastructure and resource-constrained applications. The C++ 17 release will change the way developers write code, and this video course will help you master your developing skills with C++. With real-world, practical examples explaining each concept, the course will begin by introducing you to the latest features in C++ 17. It encourages clean code practices in C++ in general and demonstrates GUI app-development options in C++.

By the end of the course, you’ll have an in-depth understanding of the language and its various facets.

This straightforward guide will help you level up your skills in C++ programming, whether for enterprise software or for low-latency applications such as games. Filled with real-world, practical examples, this video course will help you negotiate—at your own pace— the steep learning curve that is C++.

What You Will Learn

  • Write modular C++ applications in terms of existing and newly introduced features
  • Identify code-smells and clean up and refactor legacy C++ applications
  • Get acquainted with the new C++17 features
  • Develop GUI applications in C++
Table of Contents

01 The Course Overview
02 Installing Qt in Ubuntu
03 Writing Our First Qt Console Application
04 Writing Our First Qt GUI Application
05 Writing a GUI Application with a Horizontal Layout
06 Writing a GUI Application with a Vertical Layout
07 Writing a GUI Application with a Box Layout
08 Writing a GUI Application with a Grid Layout
09 Writing a Simple Application
10 Using Stacked Layout in Qt Applications
11 Writing a Simple Math Application