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