Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!ames!oliveb!sun!gorodish!guy From: guy@gorodish.UUCP Newsgroups: comp.lang.c Subject: Re: Complex type ? Message-ID: <18253@sun.uucp> Date: Thu, 7-May-87 02:11:15 EDT Article-I.D.: sun.18253 Posted: Thu May 7 02:11:15 1987 Date-Received: Fri, 8-May-87 05:36:39 EDT References: <7264@brl-adm.ARPA> Sender: news@sun.uucp Lines: 8 > C is an evolving language. I will make a possibly sacrilegious > suggestion that the type "complex" be incorporated. After all, such a > type is now a part of LISP (Common). With any luck, by the time there is sufficient demand for a "complex" data type in C, it will have been supplanted by C++. You can add a "complex" data type to C++ simply by using facilities in the language including operator overloading.