Hi peeps,
After a long fight with myself, I finally found the way into C++. As some of you maybe know, I planned to rewrite the entire frontend of Tremstats. Well, as this isn't enough, I'm now also rewriting the backend from the slow Python scripting language to C++.
I'm trying to hold the depencies short, so I only use small external classes, which I can deliver directly with the application source files. Sadly, it is not possible, to ship everything with it. One of the greater depencies is mysql++, an object oriented way to work with MySQL. Another depency will a read method of JPEG and TGA files be.
So, I'm still a guy, who always want's to lower the depencies. If you know libraries, which I can use for the called things, and also easily include into the source tree of Tremstats, feel free to post links here. That's so far from my side. After Tremstats 0.9.1 reaches a usable stage, I will update SVN with it. Version 0.9.1 will surely be compatible with the current MySQL structure.
Greez,
DASPRiD