The Artima Developer Community
Sponsored Link

C++ Community News Forum
Object Oriented Template Library ( OOTL ) version 0.2

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Christopher Diggins

Posts: 1215
Nickname: cdiggins
Registered: Feb, 2004

Object Oriented Template Library ( OOTL ) version 0.2 Posted: Mar 28, 2005 3:09 PM
Reply to this message Reply
Summary
Version 0.2 of the Object Oriented Template Library (OOTL) has recently been released.
Advertisement
The Object Oriented Template Library (OOTL) has just released version 0.2. The source-code can be downloaded or viewed online from http://www.ootl.org.

The biggest change from previous versions is that the OOTL no longer has any dependency on Boost, or any other libraries for that matter. The big weakness of the OOTL previously was that it only supported Visual C++ 7.1. It is now being tested on GCC 3.4 as well.

The OOTL is an open source header only library which contains several different sub-libraries for various purposes, such as:

  • dynamically typed variables
  • object-oriented primitive types
  • object-oriented enumerated types
  • stdio redirection between functions
  • base-class pointer class (inheritance of classes missing virtual destructors)

Topic: YARD version 0.4 Released Previous Topic   Next Topic Topic: recls 1.6.1 released

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use