Argon Library
counter
Argon Library
v0.1.1

 

for|Win9x/Me/NT/2000/XP  
license|Boost  
release date|13. Nov 2006  
size|1.8 MB  
download|
Download ArgonLibrary

Summary:

The ArgonLibrary is a C++ library for programmers and developers consisting of sets of .h and .cpp files that provide basic and enhanced programming functionalities and a means for some common implementation situations in the Windows world.

In addition, it has been tried to leave the source files as much independent from other libraries as possible.
E.g. the files do not rely on MFC or ATL etc. but can be used in MFC- and ATL-projects if desired. Mainly they rely on Win32 API and C runtime as well as some special Visual C++ features used for templates.

The ArgonLibrary has been designed for MS Visual C++ 7.1 and Visual C++ 2005 or higher.

License:
The ArgonLibrary is distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.ArgonLibrary.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

The Boost license encourages both commercial and non-commercial use.

The library still is in development state, although the files in this package are ready-to-use already for the most common Windows environments.

For Windows CE and Windows Mobile, only some of the files have been prepared so far.

 

If you have comments, suggestions, bug-reports, questions, ideas, wishes etc. concerning the Argon Library, please let me know and send me an email.

Note: If the download does not work, go onto www.winsite.com, click on the "Search WinSite" link and search for "Roman Komary"

 

History:

v0.1.1:

  • 11.11.06 bugfix: MemFile memory reallocation bug (when calling Write()) fixed.
  • 11.11.06 new: TextStream class added
  • 11.11.06 new: File::Peek* methods and class File::RestoreSeek added
  • 11.11.06 new: StringT template extended (lengthInBytes, sizeInBytes, Strcpy_unaligned with 2 params)
  • 06.11.06 new: ExpressionEvaluator and argonMath.h added
  • 05.11.06 new: MersenneTwister (argonRandom.h) added

v0.1:

  • 26.10.06 the first released version of the ArgonLibrary
  • some of the contained files have been prepared for usage on Windows CE