POINT structure (Windows)
The POINT structure defines the x- and y- coordinates of a point.... C++ typedef struct tagPOINT { LONG x; LONG y; } POINT, *PPOINT; Members ...
B-tree - Wikipedia
In computer science, a B-tree is a self-balancing tree data structure that keeps data sorted and allows searches, sequential access, insertions, and ...