elmaxfilelibc98 1.0.5

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package elmaxfilelibc98 --version 1.0.5
NuGet\Install-Package elmaxfilelibc98 -Version 1.0.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="elmaxfilelibc98" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add elmaxfilelibc98 --version 1.0.5
#r "nuget: elmaxfilelibc98, 1.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.