Course Catalog
Next Level C++ | Effective C++ Programming (TTD2150)
Code: Next/Eff C++
Duration: 4 Day
$2695 USD

OVERVIEW

Intermediate C++ Programming | Effective C++ is a lab-intensive, hands-on C++ training course geared for experienced C++ programmers who wish to take their development skills to the next level. Students will leave this course armed with the required skills to put advanced C++ programming skills right to work in a practical environment, using sound coding techniques and best practices.

This comprehensive course consists of three modules. A preliminary module reviews topics, including inheritance, the ANSI C++ Standard Library, templates. I/O streams, and practical issues of C++ programming, such as reliability & testing. This material is covered as needed depending on the background of the students.

The second module covers more advanced topics. Advanced issues of inheritance and polymorphism are covered. Principles of effective class design, including, use of composition, templates and interface inheritance. The course covers exception handling and run-time type information (RTTI). Multiple inheritance is covered, including the complications that are introduced by this powerful feature. Advanced applications of C++ concepts are studied, including smart pointers and reference counting.

The third module introduces the Standard C++ Library. The main components of data structures, algorithms and iterators are covered. Illustrations are provided of a number of important containers, such as vectors, stacks, queues, lists and sets. Extensive programming examples and exercises are provided. A number of progressively developed case studies are used to illustrate object oriented programming techniques and to give the student practical experience in putting together features of C++ learned in the course.

Throughout the course, new features of modern C++ (version 11 and beyond) are introduced as well as the impact on programming style. These new features include smart pointers, move constructors, functional programming and lambda expressions.

 

DELIVERY FORMAT

This course is available in the following formats:

Virtual Classroom

Duration: 4 Day
Classroom

Duration: 4 Day

CLASS SCHEDULE

Delivery Format: Virtual Classroom
Date: May 06 2024 - May 09 2024 | 10:00 - 18:00 EST
Location: Online
Course Length: 4 Day

$ 2695

Delivery Format: Virtual Classroom
Date: Jun 24 2024 - Jun 27 2024 | 10:00 - 18:00 EST
Location: Online
Course Length: 4 Day

$ 2695

Delivery Format: Virtual Classroom
Date: Aug 05 2024 - Aug 08 2024 | 10:00 - 18:00 EST
Location: Online
Course Length: 4 Day

$ 2695

Delivery Format: Virtual Classroom
Date: Oct 07 2024 - Oct 10 2024 | 10:00 - 18:00 EST
Location: Online
Course Length: 4 Day

$ 2695

GOALS

Working within an engaging, hands-on learning environment, attendees will explore:

  • Overview/Review of C++
  • Modern C++ 11, 14, 17
  • Templates
  • Memory Management
  • Inheritance and Polymorphism
  • Exception Handling
  • Input/Output in C+
  • Unit Testing in C++
  • Advanced Polymorphism and Inheritance
  • Functional Programming
  • Runtime Type Information
  • Overview of Standard Library
  • STL Containers
  • STL Iterators
  • Threads & Tasks

 

OUTLINE

Will Be Updated Soon!
Will Be Updated Soon!
LABS

Will Be Updated Soon!
Will Be Updated Soon!
WHO SHOULD ATTEND

This is an intermediate level development course designed for developers with prior C++ programming experience. Students without prior C++ programming background should take the pre-requisite training.

PREREQUISITES

Geared for beginners without any prior experience in computer programming, this course will teach students everything they need to become productive in basic level Java programming.  Special emphasis is placed on object-oriented concepts and practices throughout the entire course. Attending students should have recently attended the following course(s) or have practical experience in this area:

  • TTE9700 Introduction to C++ Programming