Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!husc6!ogccse!wm From: wm@ogccse.ogc.edu (Wm Leler) Newsgroups: comp.lang.c++ Subject: Re: goodbye cpp ??? Message-ID: <1907@ogccse.ogc.edu> Date: 14 Dec 88 20:56:34 GMT References: <6590072@hplsla.HP.COM> <1106@etive.ed.ac.uk> <33528@bbn.COM> Reply-To: wm@ogccse.UUCP (Wm Leler) Organization: Oregon Graduate Center, Beaverton, OR Lines: 5 I don't think you could extend switch statements to work on strings, since there is some ambiguity between whether you want to compare the strings by comparing their contents (using strcmp) or by comparing their pointers (a very reasonable thing to do). wm