#include <conio.h>
#include <unistd.h>
#include <dsound.h>
Go to the source code of this file.
Data Structures | |
class | StateChanger |
An interface class. More... | |
class | DisplayState |
An implementation using the display. More... | |
Functions | |
int | main (int argc, char **argv) |
the user main() |
main() successively generates StateChanger objects. Their virtual methods are are invoked via interface wrappers onOff() and setState(s).
Definition in file c++.cpp.
|
the user main()
Definition at line 86 of file c++.cpp. References StateChanger::onOff(). |