Design Pattern Examples
Overview of object-oriented design patterns
c/Iterator_Exercise.h
Go to the documentation of this file.
1
6
7#pragma once
8#ifndef __ITERATOR_EXERCISE_H__
9#define __ITERATOR_EXERCISE_H__
10
11void Iterator_Exercise(void);
12
13#endif // __ITERATOR_EXERCISE_H__
void Iterator_Exercise(void)
Example of using the Iterator Pattern.