I've been wanting to do a Date / Time module for ever. I've even half written one, but I wanted it to have loads of features that I just don't have the time to code myself.
So I've been searching for a nice cross-platform jobbie... I came up with : http://www.boost.org/
Boost is a very large set of C++ libraries brought together under a single framework. As well as a Date/Time lib, there's heaps of other things which may, or may not, be useful.
So if you see something in there that you think might be nice in BlitzMax, let me know.
I've got the basic TDate up and running and it's working great so far. The lib also supports locales, and lots of date/time manipulation. Basically, everything you wanted to do with dates but were too lazy to write yourself ;-)
Funnily enough, getting this one working raised another BMK bug - problems with .hpp files... so there's another fix for that on the way...
What kinds of utility modules are useful for people anyways?
I generally stumble across them while searching for something else and think "Oooh... I've *got* to add this to the list!".
Anyhoo.. time for a cuppa.
So I've been searching for a nice cross-platform jobbie... I came up with : http://www.boost.org/
Boost is a very large set of C++ libraries brought together under a single framework. As well as a Date/Time lib, there's heaps of other things which may, or may not, be useful.
So if you see something in there that you think might be nice in BlitzMax, let me know.
I've got the basic TDate up and running and it's working great so far. The lib also supports locales, and lots of date/time manipulation. Basically, everything you wanted to do with dates but were too lazy to write yourself ;-)
Funnily enough, getting this one working raised another BMK bug - problems with .hpp files... so there's another fix for that on the way...
What kinds of utility modules are useful for people anyways?
I generally stumble across them while searching for something else and think "Oooh... I've *got* to add this to the list!".
Anyhoo.. time for a cuppa.