#include "hurst_stocks.h"Go to the source code of this file.
Functions | |
| int | main () |
Definition in file hurststocks.cpp.
|
|
Definition at line 15 of file hurststocks.cpp. 00016 {
00017 const char *path = "..\\data\\equities\\";
00018 hurst_stocks t( path );
00019 t.test();
00020 return 0;
00021 }
|
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001