Download List

Project Description

CrissCross is a small cross-platform C++ library for console and file I/O, CPU identification (CPUID), hashing (MD2, MD4, MD5, SHA-1, SHA-256, SHA-512, Tiger), sockets (TCP and UDP only currently), and data structures (LList, DArray, RedBlackTree, AVLTree, SplayTree, etc). It is designed to run on Windows, Linux, FreeBSD, OpenBSD, NetBSD, Mac OS X, and even the Nintendo DS. Other platforms may become supported upon request. The main idea is to provide the ability to write a program using identical calls on the major platforms without needing to rewrite code.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-02-09 07:54 Back to release list
0.7.3

Most of the changes are miscellaneous bugfixes, though there are a couple of which developers should take note. The trees no longer allow duplicate keys. A Quadtree class has been added to facilitate nearest neighbor searches. Mutexes have been rewritten and are infinitely more useful.
Tags: Major bugfixes

Project Resources