/[cvs]/api/Classes/Examples/String/StringTest8.cpp
ViewVC logotype

Annotation of /api/Classes/Examples/String/StringTest8.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Sun Jul 1 20:47:58 2001 UTC (23 years ago) by bearsoft
Branch point for: lazy, MAIN
Initial revision

1 bearsoft 1.1 #include "../../String/String.h"
2     #include "../../String/StringInput.h"
3     #include "../../String/ExtProperties.h"
4     #include "../../System/System.h"
5     #include "StringTest8.h"
6     #include "../../System/SystemDefine.h"
7    
8    
9     StringTest8::StringTest8(){}
10     StringTest8::~StringTest8(){}
11    
12     void StringTest8::run()
13     {
14     ExtProperties *extProperties = new ExtProperties();
15    
16     extProperties->readFile("data/rowTest.txt");
17    
18     System::println(extProperties->getData(0,0));
19    
20     delete extProperties;
21    
22    
23     }

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26