vtable/
Even simpler than my last snippet, this is a class that will act as an array of
arbitrary stats, generating a value for the stat based on a set of increment
data and the position within the table, using the [] operator.  The purpose is
to save you as a developer the time and monotony of laying out, for example, an
array of 255 strength-based damroll bonuses.  The included test program should
be explanation enough on how to use it.

The included code is released as public domain. - Scott V. Fritz Jr.