代写代考 tnt_version.h File Reference

tnt_version.h File Reference

Main Page   Namespace List   Compound List   File List   Namespace Members   Compound Members   File Members  

Copyright By PowCoder代写 加微信 powcoder

tnt_version.h File Reference

Go to the source code of this file.

#define  TNT_VERSION_STRING   “0.0.0”
#define  TNT_MAJOR_VERSION   (0)
#define  TNT_MINOR_VERSION   (0)
#define  TNT_SUBMINOR_VERSION   (0)

Define Documentation

#define TNT_MAJOR_VERSION   (0)

 

Current TNT major version number, respresented as an integer.

TNT_VERSION_STRING

#define TNT_MINOR_VERSION   (0)

 

Current TNT minor version number, respresented as an integer.

TNT_VERSION_STRING

#define TNT_SUBMINOR_VERSION   (0)

 

Current TNT subminor version number, respresented as an integer.

TNT_VERSION_STRING

#define TNT_VERSION_STRING   “0.0.0”

 

Current TNT version, represented as a charater string in the format three dot-seperated integers, “x.y.z”, w here x is the major version number, y is the minor version number, and z is the subminor version number.

Can be used to conveniently display TNT version info, as in

std::cout << TNT_VERSION_STRING; Generated at Thu Jun 26 17:26:15 2003 for Template Numerical Toolkit (TNT) by 1.2.5 written by Dimitri van Heesch, © 1997-2001 程序代写 CS代考 加微信: powcoder QQ: 1823890830 Email: powcoder@163.com