Path: utzoo!attcan!uunet!samsung!zaphod.mps.ohio-state.edu!van-bc!ubc-cs!uw-beaver!sumax!polari!rwing!seaeast!burklabs!ronb From: ronb@burklabs (Ron Burk ) Newsgroups: comp.lang.c++ Subject: Re: Assignments to reference variables [ and operator.() ] Message-ID: Date: 6 Oct 90 18:25:40 GMT References: <57714@microsoft.UUCP> Organization: Burk Labs, Kirkland WA Lines: 23 bobatk@microsoft.UUCP (Bob ATKINSON) writes: > Because of their frequency, it is *absolutely essential* that > range construction and union be done in C++ with an operator. > Functional notation (our only other alternative) is just > too cumbersome. Eeeeeeehaaaaaa! A man after my own heart! You will definitely be interested in the macro package I've designed for avoiding having to type those cumbersome C++ keywords. Here's the flavor: #define i if #define f for ... #define w while Next, I'm going to adapt this package to the "Hungarian" naming convention so that each keyword has the *type* of data it operates on encoded in its name! pipzyxw(/*condition*/) { /* stmts */ } ^ remember, "w" means WHILE !!! ==========> BIG :-)