/////////////////////////////////////////////////////////// // Softwarebauelemente I, Aufgabe M6.1 // // author: Stephan Brumme // last changes: November 23, 2000 // import cout to display some data #include #include "MRoom.h" #include "MCashOffice.h" // open std namespace using namespace std; void main() { // ... use the namespaces in some way ... }