This is Complex.h in view mode; [Download] [Up]
// This may look like C code, but it is really -*- C++ -*- #ifndef _Complex_h #define _Complex_h // Use the ANSI complex number template. #include <complex> typedef complex<double> Complex; #endif
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.