delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2000/06/23/15:51:27

Date: Fri, 23 Jun 2000 15:51:24 -0400
Message-Id: <200006231951.PAA10504@envy.delorie.com>
From: DJ Delorie <dj AT delorie DOT com>
To: djgpp AT delorie DOT com
In-reply-to: <une7lsga0iduceslb4bo8qh747kkj43cg8@4ax.com> (message from Damian
Yerrick on Fri, 23 Jun 2000 19:35:54 GMT)
Subject: Re: I want to migrate from VC to free Win32 compiler
References: <Pine DOT SUN DOT 3 DOT 91 DOT 1000622180335 DOT 26520F-100000 AT is> <8iv4ub$1vjk$1 AT news DOT vol DOT cz> <200006230929 DOT MAA12736 AT alpha DOT netvision DOT net DOT il> <8ivisa$2bp5$1 AT news DOT vol DOT cz> <une7lsga0iduceslb4bo8qh747kkj43cg8 AT 4ax DOT com>
Reply-To: djgpp AT delorie DOT com
Errors-To: nobody AT delorie DOT com
X-Mailing-List: djgpp AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

> >Unamed structures
> 
> Meaning?

struct {
  union {
    struct {
      int low32;
      int high32;
    };
    long long val64;
  };
} int64;

int64 a;

a.low32 = 0;

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019