Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!ames!haven!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: Question: Representing complex numbers in C Message-ID: <15355@smoke.brl.mil> Date: 28 Feb 91 16:35:12 GMT References: <12620.27cbe36f@ecs.umass.edu> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 7 In article <12620.27cbe36f@ecs.umass.edu> lim@ecs.umass.edu writes: >I need to do the following in C: >COMPLEX x, y, z; >z = x + y; You better not "need" to do this in C, because it's impossible. You can do something like it in C++, or you can use C in a different way.