#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 } |