Re: Sizeof(X) on different architectures
From: Neil Kurzman (nsk_at_mail.asb.com)
Date: 09/29/04
- Next message: Greg: "problem with implementing pipe"
- Previous message: Gordon Burditt: "Re: attempt at qsort implementation"
- In reply to: Martin Roos: "Sizeof(X) on different architectures"
- Next in thread: Dan Pop: "Re: Sizeof(X) on different architectures"
- Reply: Dan Pop: "Re: Sizeof(X) on different architectures"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 29 Sep 2004 06:16:47 GMT
You realize those sizes come from the compiler, not the CPU.
compile the code with a 16bit windows compiler and it will report the same numbers in 16,32, and 64 bit systems.
The sizes are listed in one of the header files
>
- Next message: Greg: "problem with implementing pipe"
- Previous message: Gordon Burditt: "Re: attempt at qsort implementation"
- In reply to: Martin Roos: "Sizeof(X) on different architectures"
- Next in thread: Dan Pop: "Re: Sizeof(X) on different architectures"
- Reply: Dan Pop: "Re: Sizeof(X) on different architectures"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|