This data includes the import address table, string constants, static global data, and so on.
此数据包括导入地址表、字符串常数、静态全局数据,等等。
The other way to say it is, never define a global (static global) instance of a class whose constructor or destructor may throw exceptions.
换一种说法就是永远都不要为那些其构造函数和析构函数可能抛出异常的类定义全局(静态全局)实例。
A global (static global) instance of ExceptionHandler should be defined prior to the definition of the actual global (static global) variable in question.
应该在定义有问题的实际全局(静态全局)变量之前定义ExceptionHandler的全局(静态全局)实例。
应用推荐