The very first step that should be performed is the initialization of LibTMCG.
That can simply be done by calling the function init_libTMCG and
evaluating the return code.
if (!init_libTMCG())
std::cerr << "Initialization of LibTMCG failed!" << std::endl;
|
version_libTMCG.