- B64 Software Library
infobox software
name = b64 C/C++ Base-64 Encoding Library
caption =
latest_release_version = 1.3.4
latest_release_date =24 August 2008
programming_language = C/C++
operating_system =Cross-platform
genre =Logging
license = BSD-form license
website = [http://synesis.com.au/software/b64.html synesis.com.au/software/b64.html]b64 is an
open source C/C++ Base-64 encoding library, provided bySynesis Software , whose design focus is simplicity, performance, compatibility, and modularity. It is implemented in C, and also provides a flexible C++ API.Dependencies
The core library and C API have no dependencies on other library. In debug builds the
assert()
macros used require a dependency on the C standard library; in release builds even this dependency is absent.The C++ API uses components from the STLSoft C++ libraries, but since
STLSoft is 100%header-only , this dependency does not impact building the core library, only using it from C++.External links
* [http://synesis.com.au/software/b64.html b64 Official Website]
* [http://stlsoft.org/ STLSoft Official Website]
* [http://stlsoft-musings.blogspot.com/ STLSoft Musings] Blog
* [news://news.digitalmars.com/c++.stlsoft STLSoft newsgroup]
Wikimedia Foundation. 2010.