Konto.h

Go to the documentation of this file.
00001 #include <string>
00002 using namespace std;
00003 class Konto {
00004 public:
00005     Konto(const string& name="Peter Muster", unsigned long k_nr=1111, double k_stand=0.0);
00006     void display();
00007 private:
00008     string name;
00009     int k_nr;
00010     double k_stand;
00011     
00012 };

Generated on Thu Jul 3 19:12:45 2008 for Exercise Framework by  doxygen 1.5.1