> Bizarre... I honestly ca't find it here, unless XP's Search feature is
> lying to me.

Oh, you don't rely on XP's Search, do you?!  Didn't VC6 have a Find in Files
feature?  Or was it added in 7?  Don't remember, but the thing I can tell
you is XP's Search is usually so primitive which is not helpful (to me at
least.)

> My problem is simply that I feel they reduce the readability of the
> code a little because they introduce more non-alphanumerics - it's
> purely a problem of perception.
> Simple template syntax isn't too bad, but once you start nesting them,
> they become unwieldy, purely in my personal opinion.

How about using typedef's?

> I'm also not keen to mix "technologies" any more than I have to - I
> would want to use ATL throughout, or MFC throughout, or STL
> throughout, etc. Even though they are all legit C++, I still consider
> things like std::xxx to be a different technology from MFC. That's a
> weaker reason, I know... but it's just me {:v)

I see your point, but I think it just takes a bit of time before you get
into that habit.

> And in all honesty (and I apologise for this), it bugged me that I
> asked for MFC and you gave me something clearly NOT MFC... almost as
> if you have a big
> problem sticking within the boundaries people outline {:v(    *ducks*
>
> (This does not mean that I don't appreciate your contribution to MSVC
> in any
> way)

Well, I re-read your original post, and that seems to be the problem on my
part.  I must have read your "but I'm open to better suggestions of MFC (not
ATL, sorry) objects to use for a queue)." sentence as something like "but
I'm open to better suggestions of (non-ATL, sorry) queues to hold MFC
objects."  And I didn't realize this mis-understanding until right now.

But anyway, MFC does not provide a queue class.  The best you can do is
uisng one of its collection classes, and simulate queue behavior by hand, I
think.

> Ah, sorry - I didn't recognise that properly for what it was.
> Interesting idea...

Yeah, it's a very useful idiom (don't know if it has a name or not) which
I've used zillions of times.

-------------
Ehsan Akhgari

Farda Technology (http://www.farda-tech.com/)

List Owner: [EMAIL PROTECTED]

[ Email: [EMAIL PROTECTED] ]
[ WWW: http://www.beginthread.com/Ehsan ]

Ideas that fall under shadows of theories that stand tall, thoughts that
grow narrow upon being verbally released.





Reply via email to