$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2002-01-11 20:00:02
At 06:00 PM 1/10/2002, David Abrahams wrote:
>> Regarding compatibility with existing C code:
>> C does not have a complex type.
>
>C99 does, AFAIK.
Yes, C99 does. It's in header <complex.h>. Quite different from
C++. Uses macros "complex" and "imaginary" for example.
--Beman