GENERAL · FEATURE

Manipulating binary strings in C++

Strings of binary data are declared as objects of the **ImqBinary** class. Objects of this class can be copied, compared, and set using the familiar C operators. Example code is provided.

Strings of binary data are declared as objects of the **ImqBinary** class. Objects of this class can be copied, compared, and set using the familiar C operators. Example code is provided.