Mail Archives: djgpp/2000/05/18/05:29:44
On Wed, 17 May 2000, Alexei A. Frounze wrote:
> I simply flame because C++ library implementations are different in
> different compilers.
Welcome to C++. If you don't like languages that are not standardized
enough, don't use C++, at least not just yet.
> > > Btw, what so I need size_t for, if both size_t and
> > > int equal the same machine word?
> >
> > *If*. But how on earth is a program supposed to know if that condition
> > holds, on the compiler it's being put through?
>
> I don't understand your phrase. Please tell it in other words, if possible.
You said "if both size_t and int equal the same machine word".
Hans-Bernhard is telling you that that's a big ``if'', and a portable
program cannot rely on that fact, or even verify it reliably.
- Raw text -