home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / cplus / 12415 < prev    next >
Encoding:
Internet Message Format  |  1992-08-16  |  706 b 

  1. Path: sparky!uunet!news.univie.ac.at!alijku11!k3006e7
  2. Organization: Johannes Kepler University Linz - Computing Center
  3. Date: Monday, 17 Aug 1992 13:05:33 CDT
  4. From: <K3006E7@ALIJKU11.BITNET>
  5. Message-ID: <92230.130533K3006E7@ALIJKU11.BITNET>
  6. Newsgroups: comp.lang.c++
  7. Subject: Question: Complex Arrays
  8. Lines: 9
  9.  
  10. I am new to C++ so please forgive me if these questions are irritatingly
  11. elementary.  But if anyone could offer suggestions or answers, I would
  12. greatly appreciate it!
  13.  
  14. In my program, I already have included <complex.h> that comes with
  15. the C++ package.  But when I try to create an array of complex numbers,
  16. the compiler issues an error.  How does one declare a complex array?
  17.  
  18. static complex set
  19.