sources:
M07_1.cpp (302 bytes)
MCashOffice.cpp (2.0k)
MCashOffice.h (1.4k)
MRoom.cpp (4.9k)
MRoom.h (1.1k)
PrimitiveTypes.h (421 bytes)


website:
more info here
studies/bauelemente/Softwarebauelemente-CodeM7-1/M07_1.cpp
download file

  1 ///////////////////////////////////////////////////////////
  2 // Softwarebauelemente I, Aufgabe M7.1.
  3 //
  4 // author: Stephan Brumme
  5 // last changes: January 08, 2001
  6
  7
  8 // import cout to display some data
  9 #include <iostream>
 10
 11 // open std namespace
 12 using namespace std;
 13
 14
 15 void main()
 16 {
 17
 18 }
 19