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

main1.cpp

Go to the documentation of this file.
00001 #include "Konto.h"
00002 int main(){
00003     Konto g1;
00004     g1.display();
00005     return 0;
00006 }

Generated on Mon Mar 3 17:50:33 2003 for Exercise Framework by doxygen1.2.18