Notes on histogramming for C++
 ==============================

 I am not aware that there is a package that deals with basic
 histogramming in C++, and which runs on a Windows platform.

 However, you can take a look at a basic histogramming package that
 was written in java, by Simon George (for the PH2150-Java programming
 course). 
 In particular see the files

          Histogram.java
          HistogramTest.java

 which can be downloaded
 from the course pages. The code would have to be converted to C++.

 The code will ouput a data file with the histogram bin contents,
 which can be used to produce a plot with Excel (or as input to some
 other application to do the actual graphic display of the histogram).


 PTD, 18.12.02