KYLib 3.0.0.0 for VC6
KYLib 3.0.0.0 (build 2011.03.09) added detailed comments in the classes from version 2.1.1.0, making it easier to use the classes and their properties and methods. KYLib is easy to use, just include the header file '#include "KYLib.h"'. KYLib provides libraries for different versions of VC6 and VS2008, and code developed based on KYLib can be smoothly ported to different versions of VC and even to Linux. KYLib offers a variety of functions and classes similar to Delphi, including: a. KYString class, similar to Delphi's String structure, and thread-safe and stable. b. TDateTime type, exactly the same as Delphi's TDateTime type, and supports related functions. c. String manipulation functions {Copy, Trim, UpperCase, SetLength, Format, SameText, CompareStr, etc.}. d. Date and time functions {Date, Time, Now, FormatDateTime, etc.}. e. File operation functions {FileOpen, FileCreate, FileClose, FileExists, CreateDir, DeleteFile, ExtractFilePath, etc.}. f. Encoding functions {Randomize, Random, Unicode/UTF8 encoding, CRC32 encoding, Base64 encoding, MD5 encoding, encryption/decryption encoding, etc.}. g. Thread-related classes {TThread, TKYRunThread, TKYAsynchRun, TKYTimer, etc.}. h. File classes {TFile, TKYDebugFile, TKYLogObj, etc.}. i. Table classes {TKYTable}. j. Ini file classes {TIniFile, TMemIniFile, etc.}. k. List classes {TKYList, TKYStringList, TKYCustomList, TKYNameStrList, TKYCode2Name, etc.}. l. Linked list classes {TKYQueue, TKYStack, TKYQueueEx, TKYStackEx, etc.}. m. Handle classes {TKYHandles, TKYMemHandles, etc.}. n. Binary tree classes {TKYAVLTree, TKYAVLTreeEx, TKYLevelTree, ...}
评论区