This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: complex


> Date: Sat, 26 Dec 1998 15:02:39 -0500
> From: Vitaly Zelov <viz2@eecs.lehigh.edu>

> Can anybody please tell me whether EGCS G++ supports complex data

Yes.

> type on the kernel level.

I don't know what this means.  If your question is, can I code in C++
in a operating system kernel or device driver, the answer is yes, if
you are careful and do a few things.

> I can see that the g++ front end has code for processing of
> statements involving complex data type. What is the relation of
> complex.h - class library header to the code for "complex" in the
> kernel ?

I don't understand this question.  If your question is, I see gcc
supported complex as tree codes and complex in the C++ library, what
is their relationship?  The answer is, there is no relation.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]