Alexander S. wrote:
>
>The implicit conversion removal is a good example of how much C is
>reliant on a weak type system. They have to break it in C++, at least
>partially, and imo, weak type systems are just bad taste.
Indeed they are in high level languages. C is a low level language, and its type system is barely a representation of hardware properties.
--
Dmitrij D. Czarkoff
Received on Wed Nov 06 2013 - 12:45:53 CET