Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.TXT | 2009-09-25 | 1.6 kB | |
cyoencode-1.0.1.zip | 2009-09-25 | 15.0 kB | |
cyoencode-1.0.1.tar.gz | 2009-09-25 | 7.8 kB | |
Totals: 3 Items | 24.4 kB | 0 |
=============================================================================== CyoEncode http://cyoencode.sourceforge.net/ Copyright (c) 2009, Graham Bull. All rights reserved. =============================================================================== Version 1.0.1 Release Date 25th September 2009 ------------------------------------------------------------------------------- 1. License ------------------------------------------------------------------------------- CyoEncode is made available under the terms of the Berkeley Software Distribution (BSD) licence, as detailed in LICENSE.TXT. This allows you complete freedom to use and distribute the code in source and/or binary form, as long as you respect the original copyright. ------------------------------------------------------------------------------- 2. Instructions ------------------------------------------------------------------------------- Simply copy the required source files (CyoEncode.h/cpp and CyoDecode.h/cpp) into your C/C++ project. Examples of usage can be found in the test.c file. For Unix/Linux developers, there's a shell script that will build the test using GCC. For Windows developers, Visual Studio projects are included. ------------------------------------------------------------------------------- 3. Release Notes ------------------------------------------------------------------------------- 1.0.1 - 25th September 2009 - Added the cyoBase??Validate() functions. - Added detection of invalid encodings in the cyoBase??Decode() functions, rather than relying on assertions. 1.0.0 - 19th August 2009 - First release.