Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Delivered-To: mailing list cygwin@cygwin.com Message-Id: <5.1.1.6.0.20021104220627.01f929d8@wheresmymailserver.com> X-Sender: (Unverified) Date: Mon, 04 Nov 2002 22:12:10 +0100 To: cygwin@cygwin.com From: Jens Yllman Subject: Re: 1.3.13: problem using ntohs() in asm/bytorder.h in gcc 3.2. Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed I did not mean it that way. I meant it in the way that I thought them to be functions. And I use :: to make sure it does not collide with something with in the namespace I use. To tell that it is a function in the 'root'. I guess maybe that is a 'bad' thing when using C type libraries. Sorry. I noticed now that I have the same type of problem on my Linux box. I'll remove all ::. In C++ it is recommended to use other constructs then #define, like const or enum or inline. But I see the use of #define. And I still use it, especially for makeing code compile diffrently on diffrent platforms. Or to include or not include some features. Thanks for all the answers. Jens Yllman (firstname at lastname dot com) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/