Design Pattern Examples
Overview of object-oriented design patterns
Command_Exercise.cpp File Reference

Implementation of the Command_Exercise() function as used in the Command Pattern. More...

#include <iostream>
#include <sstream>
#include <vector>
#include "Command_Exercise.h"
#include "Command_Classes.h"
#include "helpers/formatstring.h"
#include "helpers/replace.h"
Include dependency graph for Command_Exercise.cpp:

Go to the source code of this file.

Namespaces

namespace  DesignPatternExamples_cpp
 The namespace containing all Design Pattern Examples implemented in C++.
 

Functions

void Command_Exercise ()
 Example of using the Command design pattern.
 

Detailed Description

Implementation of the Command_Exercise() function as used in the Command Pattern.

Definition in file Command_Exercise.cpp.