BoBoĻ Guest
|
Posted: Fri Mar 07, 2008 11:24 am Post subject: CrissCross - file I/O,CPUID,hash-,sorting,data struc.. [lib] |
|
|
| Quote: | CrissCross is a small open source cross platform C++ library for console and file I/O, CPU identification (CPUID), hashing (MD2, MD4, MD5, SHA-1, SHA-256, SHA-512, Tiger), sorting algorithms (CombSort, HeapSort, InsertionSort, QuickSort, and ShellSort), data structures (LList, DArray, RedBlackTree, AVLTree, SplayTree, etc), and sockets (TCP/IP and UDP/IP only currently).
CrissCross is designed to run on Windows, Linux, FreeBSD, OpenBSD, NetBSD, Mac OS X, and the Nintendo DS. CrissCross supports x86, x86_64, PowerPC, and ARM9 (Nintendo DS) processors. Other platforms may become supported upon request.
The main idea behind CrissCross is the ability to write a program using identical calls on the major platforms, without needing to rewrite code.
[More..] |  |
|