This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: bluesky idea: __attribute__ (netorder)
- To: egcs at cygnus dot com, weejock at ferret dot lmh dot ox dot ac dot uk
- Subject: Re: bluesky idea: __attribute__ (netorder)
- From: mrs at wrs dot com (Mike Stump)
- Date: Fri, 4 Sep 1998 16:34:01 -0700
> Date: Fri, 4 Sep 1998 13:03:30 +0100 (GMT)
> From: Matthew Kirkwood <weejock@ferret.lmh.ox.ac.uk>
> To: egcs@cygnus.com
> How hard would __attribute(__ (netorder) be to implement?
I think it would be better to encapsulate network addresses with an
object (C++). You already get full type safety with a real object,
and it is comptible (with a recompile) with longer addresses or
different styles of addresses.