Design Pattern Examples
Overview of object-oriented design patterns
lusplus/helpers/readkey.h
Go to the documentation of this file.
1
5
6
#pragma once
7
#ifndef __READKEY_H__
8
#define __READKEY_H__
9
10
namespace
Helpers
11
{
16
int
readkey
();
17
18
}
// end namespace
19
20
#endif
//__READKEY_H__
21
Helpers
The namespace containing all the "helper" functions in the C++ code.
Definition:
argumentinvalid_error.h:14
Helpers::readkey
int readkey()
Read a key from the keyboard, blocking if no key is pressed.
Definition:
readkey.cpp:17
cplusplus
helpers
readkey.h
Generated on Tue Aug 29 2023 19:47:44 for Design Pattern Examples by
1.9.6