Back when I was first using ANSI C, I don't think you could assign
structures directly to one another, as per:
        RectangleType r1,r2;
        ...
        r1 = r2;
But Plucker code does this kind of thing from time to time.  Is this an
extension to the C standard (and if so, how do people feel about using
such extensions), or has the standard changed, or is my memory wrong?

Alex

--
Dr. Alexander R. Pruss  || e-mail: [EMAIL PROTECTED]
Philosophy Department   || online papers and home page:
Georgetown University   ||  www.georgetown.edu/faculty/ap85
Washington, DC 20057    ||
U.S.A.                  ||
-----------------------------------------------------------------------------
   "Philosophiam discimus non ut tantum sciamus, sed ut boni efficiamur."
       - Paul of Worczyn (1424)

_______________________________________________
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

Reply via email to