Discover Classes. Earn 10% Rewards.

Advanced C++ for Experts - Design Patterns, STL is unfortunately unavailable

Thankfully we have 5 other C++ Classes for you to choose from. Check our top choices below or see all classes for more options.

Microsoft Word 2019: Level 1

Colorado Free University @ 7653 E 1st Pl, Denver, CO

Discover the essentials of Microsoft Word 2019 in Level 1: From creating and formatting documents to mastering tables and design elements. Perfect for beginners and adaptable for Office 365 users, this course ensures you're equipped for both personal and professional projects.

(17) Beginner 17 and older
$179
Attend
+1790 pts
Gift it!

Adobe Photoshop CC: Bootcamp

Colorado Free University @ 7653 E 1st Pl, Denver, CO

Elevate your Photoshop skills with our Adobe Photoshop CC Bootcamp! Dive deep into essential fundamentals, from image resizing to advanced techniques like typography with special effects. Led by expert instructors, this structured hands-on training ensures you master efficient workflows and unleash your creative potential in Photoshop CC.

(17) All levels 17 and older
$369
Attend
+3690 pts
Gift it!

Microsoft Excel 2019: Level 1

Colorado Free University @ 7653 E 1st Pl, Denver, CO

Unlock the power of data management with Microsoft Excel 2019: Level 1. Whether it's organizing budgets or scheduling tasks, this course equips you with the foundational skills to create, edit, and analyze spreadsheets efficiently. Join us and take your first step towards mastering Excel's capabilities, suitable for both Excel 2019 and 365 users.

(17) Beginner 18 and older
$179
Attend
+1790 pts
Gift it!

Microsoft PowerPoint 2019: Introduction

Colorado Free University @ 7653 E 1st Pl, Denver, CO

Unlock the power of captivating presentations with Microsoft PowerPoint 2019: Introduction. From navigating the interface to delivering impactful slideshows, this course provides the foundational skills needed to create engaging multimedia presentations. Join us and unleash your creativity with PowerPoint's vast array of features, suitable for both PowerPoint 2019 and 365 users.

(17) Beginner 18 and older
$179
Attend
+1790 pts
Gift it!

Microsoft Excel 2019: Level 2

Colorado Free University @ 7653 E 1st Pl, Denver, CO

Expand your data analysis skills with our advanced Microsoft Excel course. Learn to create advanced formulas, organize data into tables, and analyze data using PivotTables and PivotCharts. Enhance your spreadsheets with templates, charts, graphics, and more.

(17) Intermediate 18 and older
$179
Attend
+1790 pts
Gift it!
See all C++ classes Denver

Advanced C++ for Experts - Design Patterns, STL

Take your C++ skills to the next level with an intensive two-day course on Advanced C++ for Experts, focusing on Design Patterns and the STL. Offered by the respected Hartmann Software Group, this training will provide a solid introduction to Design Patterns and cover new topics in C++11/C++14. Prerequisites include a minimum of two years of C++ development experience.

  • Advanced
  • 18 and older
  • $1,890
  • Earn 18,900 reward points
  • 1624 Market St, Denver, CO
  • 16 hours over 2 sessions

Start Dates (0)

  • $1,890
  • 16 hours over 2 sessions
Showing 10 of 0

Class Description

Description

What you'll learn in this c++ training:

Advanced C++ for Experts - Design Patterns, STL, C++11/C++14 Training

This 2-day intensive Advanced C++ class is designed to coach the experienced C++ developer on enterprise system C++ coding and design standards. Students will be given a review of Polymorphism, Virtual Functions, Function Pointers and Multiple Inheritance. A solid introduction to Design Patterns follows. Once we have laid the groundwork, the training nicely dovetails into a thorough introduction to the STL and new topics in C++11/C++14.

Prerequisites:

Solid understanding of Object Oriented programming with a minimum of 2 years of C++ development experience.

Course

     Review

  • Templates
  • Function Templates
  • Class Templates
  • Function Objects
  • Design Pattern Overview
  • Objectives in Software Design/Module Design
  • Overview of Patterns
  • Qualities of a Pattern
  • Pattern Systems
  • Heuristics vs. Patterns

Principles of Object-Oriented Design

  • Overview of Principles
  • Single-Responsibility Principle (SRP)
  • Open-Closed Principle (OCP)
  • Tell vs. Ask
  • Command/Query Separation (CQS)
  • Composed Method
  • Combined Method
  • Liskov Substitution Principle (LSP)
  • Dependency Inversion Principle (DIP)
  • Interface Segregation Principle (ISP)
  • Law of Demeter

Catalog of GoF Patterns

  • Overview of GoF Patterns
  • Introduction to Creation Patterns
  • Factory Method
  • Abstract Factory
  • Builder
  • Prototype
  • Singleton
  • Introduction to Structural Patterns
  • Adapter
  • Decorator
  • Proxy
  • Facade
  • Composite
  • Flyweight
  • Bridge
  • Summary of Structural Patterns
  • Introduction to Behavioral Patterns
  • Chain of Responsibility
  • Iterator
  • Strategy
  • Template Method
  • Mediator
  • Observer
  • Memento
  • Command
  • State
  • Visitor
  • Interpreter
  •  Other Micro-Architecture and System Patterns
  • Object Pool
  • Worker Thread
  • Dynamic Linkage
  • Cache Management
  • Type Object
  • Extension Object
  • Smart Pointer (C++)
  • Session
  • Transaction

Advanced Polymorphism and Inheritance

  • Good Class Design
  • String Class
  • Public Inheritance
  • Public Inheritance Problems
  • Inheritance and Semantics
  • Private Inheritance
  • Composition
  • Composition vs. Private Inheritance
  • Templates vs. Inheritance
  • Protected Inheritance
  • Implementation Encapsulation
  • Interface Inheritance

   Runtime Type Information

  • Runtime Type and Polymorphism
  • type_info Class
  • typeid Operator
  • Compiler Options
  • Safe Pointer Conversions
  • Dynamic Cast
  • New C++ Style Casts
  • Static Cast
  • Reinterpret Cast
  • Const Cast
  • Inheritance Hierarchies and Multiple Inheritance
  • Class Hierarchy in Smalltalk
  • Smalltalk Class Hierarchy (Simplified)
  • Collection Classers
  • Multiple Inheritance Solution
  • Basic Derivation
  • Ambiguities in Multiple Inheritance
  • Resolving Ambiguity
  • Duplicate Subobjects
  • Virtual Base Classes

An Overview of Templates

  • Templates
  • Overloading Functions
  • Template Functions
  • Specializing a Template Function
  • Disambiguation under Specialization
  • Template Classes
  • An Array Template Class
  • Instantiating a Template Class Object
  • Friends of Template Classes
  • Templates with Multiple Type Parameters
  • Non Class-type Parameters for Template Classes
  • Comments Regarding Templates
  • Templates and Inheritance

    Overview of STL

  • Perspective
  • History and Evolution
  • New Features
  • The Standard Template Library
  • Generic Programming
  • Design Goals
  • Header Files
  • STL Components
  • Containers
  • Algorithms
  • Iterators
  • Compiling STL Code

 Examples from STL

  • vector
  • Vector.cpp
  • list
  • List.cpp
  • map
  • Map.cpp
  • set
  • Set.cpp
  • multiset
  • Multiset.cpp
  • find
  • FindVector.cpp
  • find list
  • merge
  • Overriding the Default Comparison
  • Iterators
  • Iterators.cpp
  • Functions
  • Functions.cpp
  • Function Objects
  • FunctionObject.cpp

    STL Containers

  • Vectors
  • Vector.cpp
  • Vector Operations
  • Typedefs
  • Deques
  • deque as Stack
  • deque Functionality
  • Lists
  • Generic Programming
  • Tradeoff with Lists
  • List Memory Allocation
  • list Functionality
  • Associate Containers
  • Sets
  • Sets with User Defined Objects
  • Multisets (Bags)
  • Maps
  • Multimaps

    STL Iterators

  • Pointers
  • Template Version
  • String Version
  • A Generalization of Pointers
  • STL Iterators
  • Input Iterators
  • Output Iterators
  • Forward Iterators
  • Bidirectional Iterators
  • Random Access Iterators

  C++11/C++14 Highlights

  • Range-based for-loops
  • RValues and move semantics
  • Initializer lists
  • Variadic Templates
  • Lambda Foundations
  • Generic lambdas
  • Extended capture
  • Lambda Iterator concept
  • Lambda Containers
  • Lambda Functionsics:

Refund Policy

To cancel or reschedule your registrations without penalty or charge, please notify us at [email protected] 15 business days or more before the first day of my class.

In any event where a customer wants to cancel their enrollment and is eligible for a full refund, a 5% processing fee will be deducted from the refund amount.

In the event that an instructor or the school needs to cancel at the last minute, students will receive a refund less a 5% non-refundable registration fee.

Benefits of Booking Through CourseHorse

  • Booking is safe. When you book with us your details are protected by a secure connection.
  • Lowest price guaranteed. Classes on CourseHorse are never marked up.
  • This class will earn you 18900 points. Earn 10% back in reward points!

Questions & Answers (0)

Get quick answers from CourseHorse and past students.

Hartmann Software Group

The solution to most IT related problems lies in a better understanding of the technology.

Founded in June of 2002, the Hartmann Software Group (HSG) is an IT training company specializing in complicated software development languages and technologies ranging from C++ to Weblogic/Oracle Application Administration....

Read more about Hartmann Software Group

CourseHorse Approved

This school has been carefully vetted by CourseHorse and is a verified Denver educator.

Hartmann Software Group

Hartmann Software Group

All classes at this location

Google Map

Give This Course as a Gift Card

  • Thousands of classes
  • No expiration
  • Unique and memorable gifts for any occasion
  • Personalized
  • Explore a passion, gain a new skill, discover a new hobby, engage in a memorable experience
  • Instant delivery
  • Lock in a price with the Inflation Buster Gift Card Price Adjuster™

Buy a Gift Card

Book this Class as a Group Event

Booking this class for a group? Find great private group events

Or see all Coding Group Events

Explore group events and team building activities ranging from cooking, art, escape rooms, trivia, and more.

CourseHorse Gift Cards

  • Creative & unique gift for any occasion
  • Thousands of classes & experiences
  • No expiration date
  • Instant e-delivery (or choose a date)
  • Add a personalized message
  • Lock in a price with the Inflation Buster Gift Card Price Adjuster™
Buy a Gift Card
gift card with the CourseHorse logo gift card with the CourseHorse logo
Loading...