elmaxfilelibc98 1.0.5
dotnet add package elmaxfilelibc98 --version 1.0.5
NuGet\Install-Package elmaxfilelibc98 -Version 1.0.5
<PackageReference Include="elmaxfilelibc98" Version="1.0.5" />
paket add elmaxfilelibc98 --version 1.0.5
#r "nuget: elmaxfilelibc98, 1.0.5"
// Install elmaxfilelibc98 as a Cake Addin #addin nuget:?package=elmaxfilelibc98&version=1.0.5 // Install elmaxfilelibc98 as a Cake Tool #tool nuget:?package=elmaxfilelibc98&version=1.0.5
This library is one developer's effort to produce a modern cross-platform C++ file library to write/read structured data in text or binary format intuitively and safely. Think of it as a type-safe alternative of fprintf/fscanf. Elmax file library is originally written for use in Portable Elmax XML library (still in development).
For text files, ASCII, big-endian/small-endian Unicode and UTF-8 are supported while for binary files, built-in types and strings are supported. It has been tested to work on Windows, Linux and OSX. This library comes in 2 favours: C++98/03 and C++11: C++11 library makes use of variadic templates to remove the maximum number of arguments limitation. This package only includes C++98 library.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|
Summary of changes made in this release of the package.