Need Robust collection classes
Brad Wilson -- bradw@pobox.com
Sunday, March 16, 1997
[Mini-digest: 4 responses]
> I'm looking for a library of robust collection classes along the lines of
> MFC's prebuilt CStringArray, CMapStringToPtr, etc.
IMO, you should upgrade to VC++ 5.0 and use the standard C++ library (ex-STL) collection classes.
--
Brad Wilson, Objectivist, Software Engineer http://www.thebrads.com
bradw@cisco.com bradw@thebrads.com bradw@pobox.com
"Ridin' in my spaceship, how do ya'll know what it feels like
What makes you think you can navigate when you don't know
where I'm flyin'?" - Harry Connick Jr, "How do ya'll know"
-----From: "Richard G Russell"
I would highly recommend the RogueWave TOOLS.H++ stuff and STDLIB Stuff, I
use both quite successfully with MFC.
see http:\\www.roguewave.com
Regards
RGR richardr@io.com http:\\www.io.com\~richardr
----------
> From: Coyne, Cash ( GEDNY)
> To: 'mfc-l@netcom.com'
> Subject: Need Robust collection classes
> Date: Thursday, March 13, 1997 7:02 AM
>
> Environment: NT 3.51 Visual C++ 4.0
>
> I'm looking for a library of robust collection classes along the lines of
> MFC's prebuilt CStringArray, CMapStringToPtr, etc. I'd like something
that
> has some copy constructors and operator overrides. And I'd prefer
avoiding
> doing the extra work if there is a shareware or commercial library of
these
> type of classes already out there. Does anyone have any suggestions?
>
> C Coyne
> ccoyne@gedny.ml.com
-----From: "Frank McGeough"
How about STL?
----------
> From: Coyne, Cash ( GEDNY)
> To: 'mfc-l@netcom.com'
> Subject: Need Robust collection classes
> Date: Thursday, March 13, 1997 8:02 AM
>
> Environment: NT 3.51 Visual C++ 4.0
>
> I'm looking for a library of robust collection classes along the lines of
> MFC's prebuilt CStringArray, CMapStringToPtr, etc. I'd like something
that
> has some copy constructors and operator overrides. And I'd prefer
avoiding
> doing the extra work if there is a shareware or commercial library of
these
> type of classes already out there. Does anyone have any suggestions?
>
> C Coyne
> ccoyne@gedny.ml.com
-----From: "Arthur H. Warren"
At 08:02 AM 3/13/97 -0500, you wrote:
>I'm looking for a library of robust collection classes ...
Run, don't walk, to pick up a copy of Rogue Wave's Tools.h++. Without
question, one of the best sets of templated collection classes (and
Smalltalk like classes too) that are available. RW provides both an STL
interface (if you are using the STL) or their own. Both are very
straightforward, and the whole things works well with MFC. Plus you get the
source to all this, so you _can_ look and see what evil things are going on.
Good luck,
Herb.
________________________________________________________________________
Herb Warren - Junior G-Man, Rocket Scientist. AM/FM/GIS Services
James W Sewall Company Voice: 207-827-4456
147 Center Street Fax: 207-827-3641
Old Town, Maine 04468 Email: awarren@jws.com
________________________________________________________________________
Dave Lorde -- dlorde@cix.compulink.co.uk
Tuesday, March 18, 1997
In-Reply-To:
If I were you, I'd go for something *not* along the lines of those MFC
collection classes you mentioned.
If you lack confidence in the current releases of the Standard Template
Library, I believe Rogue Wave do a very competent set of collection
classes in their Tools.h++ library. Having said that, I've not used them for
a year or two...
Dave
John W. Stout -- john@stout1.com
Saturday, March 22, 1997
Using STL myself right now with VC 5.0. No problems so far. How robust is robust?
----------
From: Dave Lorde[SMTP:dlorde@cix.compulink.co.uk]
Sent: Tuesday, March 18, 1997 6:55 PM
To: mfc-l@netcom.com
Cc: IMCEAX400-c=US+3Ba=+20+3Bp=ML+3Bo=EQUITYNY+3Bdda+3ASMTP=mfc-l+40netcom+2Ecom+3B@MLMTA02.ML.com
Subject: Re: Need Robust collection classes
In-Reply-To:
If I were you, I'd go for something *not* along the lines of those MFC
collection classes you mentioned.
If you lack confidence in the current releases of the Standard Template
Library, I believe Rogue Wave do a very competent set of collection
classes in their Tools.h++ library. Having said that, I've not used them for
a year or two...
Dave
Become an MFC-L member
| Вернуться в корень Архива
|