[Home] [Groups] - Message: [Prev in Group] [Next in Group]
96: Re: mud grammar
[Full Header] [Plain Text]
From: "Jon A. Lambert" <jlsysinc@ix.netcom.com>
Newsgroups: nu.kanga.list.mud-dev
Date: Thu, 20 Mar 1997 02:08:52 -0500
Organization: Kanga.Nu
> From: claw@null.net
> >> I was hoping soneome here would use ACE. I've been buried in
> >> working thru OSE again to see how it compares to OpenClass and
> >> (soon) RogueWave's STL. ACE's lack of docs has been offputting.
I am using two of RogueWave's STL classes. The priority queue and
hash table implementations. It happened to come bundled with BorlandC.
I disliked how iterators are used in STL. They seem rather clumsy to me.
The ForEach() iterator functions had a serious drawback to my
implementation
although I can't remember exactly what it was. I think it had something to
violating my data encapsulation. Much of STL is implemented in a style
that will offend many object-oriented purists and they make no apologies
for this. :-P