Re: class object initialisation
Gary Labowitz wrote:
[SNIP][color=blue]
> Well, I like your obfuscation! I didn't understand anything! It's
> ready for publication!
> On the serious side, the fact that there are invalid combinations of
> bits for types introduces a whole new complexity for me, and makes
> the standard almost unbearably complex. Oh well, reality must be
> faced.
> On the whole, I rather prefer Java: nine simple types to learn about,
> all well defined with regard to bit usage and size, no surprises.[/color]
Nine types? No surprises? I dunno, but whenever I had to try to find
something in the Java libraries (find+understan d) I finally gave up. It is
like having to talk to all Chineese and Indian people to find a street
address. Messy.
Anyways. C++ is a general purpose programming language with systems
programming in mind. Comparing it to Java is like comparing apples to the
moon.
--
WW aka Attila
Gary Labowitz wrote:
[SNIP][color=blue]
> Well, I like your obfuscation! I didn't understand anything! It's
> ready for publication!
> On the serious side, the fact that there are invalid combinations of
> bits for types introduces a whole new complexity for me, and makes
> the standard almost unbearably complex. Oh well, reality must be
> faced.
> On the whole, I rather prefer Java: nine simple types to learn about,
> all well defined with regard to bit usage and size, no surprises.[/color]
Nine types? No surprises? I dunno, but whenever I had to try to find
something in the Java libraries (find+understan d) I finally gave up. It is
like having to talk to all Chineese and Indian people to find a street
address. Messy.
Anyways. C++ is a general purpose programming language with systems
programming in mind. Comparing it to Java is like comparing apples to the
moon.
--
WW aka Attila
Comment