Author's words:
The source code here is the code accumulated by the author in the daily development process. And applied it in multiple systems:) I don’t like to use STL, so I wrote template classes such as XDynamicArray, XArray, XMap, XStack, and XSet, as well as XByteBuffer and XInputByteBuffer dynamic buffer data handling classes. There are also XCRC, XHexCode, XMD5, XBase64 and other classes. It feels pretty useful to me :). I decided to post it for everyone’s reference.
These source codes were compiled under BCB6 and need to be modified under BCB5. The main reason is that XHexCode contains ASM code, which needs to be modified when compiled under BCB5:)
zdhsoft Zhu Donghua
Expand