Compounds | |
struct | HeapInterfaceT |
This class demonstrates the HeapInterface's interface. More... | |
class | HeapT |
An efficient, highly customizable heap. More... | |
class | MeshCheckerT |
Check integrity of mesh. More... | |
class | Noncopyable |
This class demonstrates the non copyable idiom. More... | |
class | TestingFramework |
Helper class for test programms. More... | |
class | Timer |
Timer class. More... | |
Functions | |
int | kbhit (void) |
Check if characters a pending in stdin. | |
int | getch (void) |
A blocking single character input from stdin. | |
int | getche (void) |
A blocking single character input from stdin with echo. |
|
A blocking single character input from stdin.
|
|
A blocking single character input from stdin with echo.
|
|
Check if characters a pending in stdin.
|