dballe++ 4.0.18
|
Keep one object of this class alive for as long as you want to use DB-All.e. More...
#include <init.h>
Keep one object of this class alive for as long as you want to use DB-All.e.
Normally, you just create one in your main:
int main(int argc, const char* argv[]) { dballe::DballeInit dballeInit; ... return 0; }