Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!mit-eddie!uw-beaver!uw-entropy!dataio!bright From: bright@Data-IO.COM (Walter Bright) Newsgroups: comp.lang.c++ Subject: Re: Formatted Output Revisited Message-ID: <2177@dataio.Data-IO.COM> Date: 23 Oct 89 17:41:55 GMT References: Reply-To: bright@dataio.Data-IO.COM (Walter Bright) Distribution: comp Organization: Data I/O Corporation; Redmond, WA Lines: 8 < One possible solution is to introduce a new operator that handles < formatting. . . . Two unused ASCII characters remain: < `@' and `#'. So what about < cout <<4#2<<5.2#6#4; < or < cout <<4@2<<5.2@6@4; This is supposed to be more readable than printf? Bzzzt! Next!