Download List

專案描述

Controlled Variables implements secure basic types in C++. It provides C++ templates that give you the ability to control the initialization of your basic C types (i.e. char, int, long long, etc.). In particular, it allows you to avoid forgetting to initialize variable members, since these variables cannot be initialized where declared. Controlled Variables can be used wherever you declare a basic type variable without immediately initializing it (and limited controlled variables where a bounded value is used).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-01-22 11:20
1.3.2

This release fixes a macro which was named after a BOOST macro, and thus would clash with boost if used in concert. It adds a small Doxygen comment to inform users where they can find the documentation.
標籤: Patch

2011-11-05 03:14
1.3.1

This release adds better support for cl (the Microsoft C++ compiler for Visual Studio).
標籤: Patch

Project Resources