Sujet : Re: New VSI post on Youtube
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.vmsDate : 20. Aug 2024, 00:08:31
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <va0j9f$3267t$2@dont-email.me>
References : 1 2 3 4 5 6 7 8 9
User-Agent : Pan/0.159 (Vovchansk; )
On Mon, 19 Aug 2024 15:07:36 -0400, Arne Vajhøj wrote:
At least the C people can define an unsigned variable.
Java does not have unsigned data types at all. OK - higher level
language and all that. But still a PITA.
Beat me to it. Java’s lack of unsigned integer types is indeed a downright
pain. Along with its omission of typedefs. I think they were trying to
come up with a simpler language than C++, but that was a) (at least a
partial) failure, and b) at the cost of leaving out too many useful
things.