Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

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 Sat Jul 19 18:19:54 2003 for Exercise Framework by doxygen1.2.18