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

Implementation of the readkey() function, a blocking read for a key from the keyboard. More...

#include <stdio.h>
#include "readkey.h"
Include dependency graph for readkey.cpp:

Go to the source code of this file.

Namespaces

namespace  Helpers
 The namespace containing all the "helper" functions in the C++ code.
 

Functions

int readkey ()
 Read a key from the keyboard, blocking if no key is pressed.
 

Detailed Description

Implementation of the readkey() function, a blocking read for a key from the keyboard.

Definition in file readkey.cpp.