Tuesday, August 24, 2010

CSR: Currency Statistics Reporter in C++

Ever wonder how currency exchange worked in the past? Then this simple c++ program is for you.

Briefly, this program will process the historical currency data and produce a report that contains some basic statistics such as the average, maximum and minimum values for the given currency pair. E.g. USD/TWD. At the same time, the report includes a plot of the historical currency value against time in months. A bar graph is also available for easier visualization.

You may find the program here: Currency Reporter

No comments:

Post a Comment