Re: extend/subclass ?
- From: "Stephen Howe" <stephenPOINThoweATtns-globalPOINTcom>
- Date: Wed, 3 Aug 2005 20:58:26 +0100
> That's what I had before but didn't like it.. because it defeats OO design
> :)
You might be interested in Herb Sutter's article
http://www.gotw.ca/gotw/029.htm
This is also in his book "Exceptional C++" which also contains some expert
constructive criticism to his solution - worth reading and thinking about.
How would you cope with lowercasing Greek?
The letter 's' is a different character if at the end of a sentence compared
to an 's' in the middle of a sentence.
Or uppercasing German?
"ss" (2 characters) now becomes what looks like a Greek Beta (1 character).
:)
S
.
- Follow-Ups:
- Re: extend/subclass ?
- From: Igor Tandetnik
- Re: extend/subclass ?
- References:
- extend/subclass ?
- From: Lisa Pearlson
- Re: extend/subclass ?
- From: Simon Trew
- Re: extend/subclass ?
- From: Lisa Pearlson
- Re: extend/subclass ?
- From: Bo Persson
- Re: extend/subclass ?
- From: Lisa Pearlson
- extend/subclass ?
- Prev by Date: Re: Wierd warning message
- Next by Date: Re: extend/subclass ?
- Previous by thread: Re: extend/subclass ?
- Next by thread: Re: extend/subclass ?
- Index(es):
Relevant Pages
|