Menu

Smalltalk-like C++ Class library / News: Recent posts

StLib 0.8.1 released

Smalltalk-like C++ Class library version 0.8.1 is finally released. Streams were refactored, so they don't do anything behind your back. Integers are partly flyweight now, which improved memory consumption significantly. Some tests were added, some bugs were fixed.
I changed the status of this project to Beta 'cause it seems quite stable to me. I'd also like to hear any opinions.

Posted by Milan Cermak 2006-06-13

StLib 0.8 released

StLib is C++ library containing basic classes like collections, streams, OS resource wrappers (threads, semaphores) and so on. All objects use garbage collector. Version 0.8 comes with command line parser and callbacks.

Posted by Milan Cermak 2006-03-02

Version 0.7 released

After a month a new version is released. The main feature is Unicode support (UCS4 internally, encodings for UTF8 and some 8-bits). Furthermore method stack of last raised exception is held now and can be reportored to stream.

Posted by Milan Cermak 2005-05-11

Version 0.5 released

After time of observing Sourceforge, the first release of Smalltalk-like C++ Class library is out. It's focused on programmers who want more objective environment. More on http://stlib.sourceforge.net

Posted by Milan Cermak 2004-03-24