Debug / Release Mode

Web Site

At compile time Str Library needs to know whether it is compiled in Debug or Release mode. The major differences between the two are:

Programs using Str Library should always be compiled with one of the following two conditional symbols defined:

	#define _DEBUG
	#define NDEBUG

See alsoStr conditional defines