Announcing OOTL version 0.1

  • Thread starter christopher diggins
  • Start date
C

christopher diggins

The OOTL (Object Oriented Template Library) has just released its first
public version, 0.1 through Sourceforge.net. The OOTL is an open-source
library, released under the same license as Boost, which provides
lightweight object-oriented alternatives to the C++ primitives and STL
collections. The OOTL has its home page at http://www.ootl.org and a mailing
list at http://groups-beta.google.com/group/ootl/

I am very interested in any and all comments, and if anyone is interested in
collaborating.

Thanks in advance!
 
T

Tom Widmer

The OOTL (Object Oriented Template Library) has just released its first
public version, 0.1 through Sourceforge.net. The OOTL is an open-source
library, released under the same license as Boost, which provides
lightweight object-oriented alternatives to the C++ primitives and STL
collections. The OOTL has its home page at http://www.ootl.org and a mailing
list at http://groups-beta.google.com/group/ootl/

I am very interested in any and all comments, and if anyone is interested in
collaborating.

Thanks in advance!

Looks like a lot of work, but one thing I notice is that Queue::pop
and Stack::pop returns dangling references! I'd change them to have a
void return type if I were you, since otherwise they will be exception
unsafe.

Tom
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,969
Messages
2,570,161
Members
46,710
Latest member
bernietqt

Latest Threads

Top