MUD-Dev
mailing list archive

Other Periods  | Other mailing lists  | Search  ]

Date:  [ Previous  | Next  ]      Thread:  [ Previous  | Next  ]      Index:  [ Author  | Date  | Thread  ]

Re: mud grammar



> 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
   






Other Periods  | Other mailing lists  | Search  ]