Data types in C++
The type **ImqBoolean** is defined as **unsigned char** in IMQTYPE.H and can have the values TRUE and FALSE. You can use **ImqBinary** class objects in place of **MQBYTE** arrays, and **ImqString** class objects in place of **char \***. Many methods return objects instead of **char** or **MQBYTE** pointers to ease storage management. All return values become the responsibility of the caller, and,
The type **ImqBoolean** is defined as **unsigned char** in IMQTYPE.H and can have the values TRUE and FALSE. You can use **ImqBinary** class objects in place of **MQBYTE** arrays, and **ImqString** class objects in place of **char \***. Many methods return objects instead of **char** or **MQBYTE** pointers to ease storage management. All return values become the responsibility of the caller, and,