Mail Archives: djgpp/2000/05/18/12:00:29
On Thu, 18 May 2000, Alexei A. Frounze wrote:
> If so, why there is no backward
> compatibility with "complex"? Is it hard to add one extra "#define" or
> "typedef"?
Sometimes, backward compatibility cannot be kept because it conflicts
with the new syntax or new features. I don't know if this is the case
here, but I do know that compatibility is important and is kept whenever
possible.
> > I wanted to point out that you were making a totally unjustified
> > assumption. You say you don't need size_t, if size_t and int are
> > effectively the same thing. The 'if' in that sentence is the crucial
> > part: this 'if' cannot be tested by the program.
>
> sizeof() :)
sizeof doesn't help here: it cannot tell whether size_t is signed or
unsigned.
- Raw text -