Changes between Version 104 and Version 105 of LibrariesUnderConstruction
- Timestamp:
- Feb 28, 2010, 11:35:08 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibrariesUnderConstruction
v104 v105 295 295 --------------------------------------------------------------------------------------------------- 296 296 == Boost.Contract == 297 * '''Author(s):''' 298 * '''Version:''' 0. 3.469299 * '''State:''' stable297 * '''Author(s):''' Lorenzo Caminiti 298 * '''Version:''' 0.0.1 299 * '''State:''' Prototype 300 300 * '''Last upload:''' 301 301 * '''Links:''' [http://sourceforge.net/projects/dbcpp Download] [http://dbcpp.sourceforge.net Documentation] … … 303 303 * '''Description:''' Implement Contract Programming for C++. 304 304 305 Contract Programming (CP) is also known as Design by Contract(TM)(DbC) and it was first introduced by the Eiffel programming language.305 Contract Programming is also known as Design by Contract(TM) and it was first introduced by the Eiffel programming language. 306 306 All Contract Programming features of the Eiffel programming language are supported by this library, among others: 307 307