Skip to main Content

C and C++ Developer Bundle

  • Course Code GK5320
  • Duration 0 days

Course Delivery

[Missing text /general/deliveryTypes//name for en] Price

Please call

Request Group Training Add to Cart

Course Delivery

This course is available in the following formats:

Request this course in a different delivery format.

Course Overview

Top

The C++ Developer Bundle is a 12-month subscription to all GK Digital C++ and C developer courses. As new and updated courses become available, you'll automatically gain access to them for the duration of your subscription. Where, when, and how you study is up to you. These courses designed to help you learn specific C++ development skills. All the courses are hands-on and supported by our C++ instructors.

This On Demand Bundle includes:

  • Unlimited access to all GK Digital C & C++ Developer courses for 12 months. 
  • Access to all course updates and additions during your subscription period. 
  • 24/7 access to HD-quality streaming videos that adapt to your connection speed and device, Hands-on labs downloaded for local development and Instructor support via lab submission and Q&A in platform

For multi-user packages please contact youe account manager.

Course Schedule

Top

Course Content

Top

This Bundle of On Demand courses gives you access to:

GK5242 - Develop C++ Applications

C++ is a large and complex language. It is performance sensitive, but also provides you with high-level abstractions that can help make your code more concise and easier to maintain. This class will cover the basics of C++ from variable and function declarations to classes and templates.

GK5243 - Patterns and Idioms in C++

Developing good software in any language requires more than just knowledge of base language constructs. C++ is no exception and developing good software in C++ requires knowledge of idioms specific to C++ as well as understanding how to use software design patterns with C++. This course examines several patterns and idioms in C++.

GK5238 - C++ 11 Core Language Enhancements

The C++11 standard added many new features to the language and the standard library. Some features help the compiler find bugs in your code, others alleviate traditional performance bottlenecks, and a few are simply there for added programmer convenience. In this course, you will learn about the core language enhancements and some of the most popular library additions.

GK5213 - Pointers to Data and Functions in C

Pointers are probably one of the most difficult concepts in C to master. To the beginner, their syntax seems strange and their usage is sometimes hard to grasp. However, it is very important for every C developer to understand how pointers work. Pointers to data and pointers to functions can be used to dynamically change program behaviour at runtime.

GK5220 - Embedded C Memory Management 

C is a powerful low-level language that allows you to directly manipulate memory with pointers and get a lot of performance from it. However, C also allows for the programming of higher-level constructs that can make programs more maintainable and concise. In this course, you will investigate the low-level detail of pointers to data and functions. You will use this knowledge to implement higher-level constructs like abstract types, inheritance, and dynamic binding. You will also consider CPU caches when creating structures to make your programs efficient.