>>>>> "Robert" == Robert Haas <robertmhaas@gmail.com> writes:
Robert> Hmm, so sizeof() has different semantics in C vs. C++?
No. '1' has different semantics in C vs C++. (In C, '1' is an int,
whereas in C++ it's a char. It so happens that (sizeof '1') is the only
case which is valid in both C and C++ where this makes a difference.)
--
Andrew (irc:RhodiumToad)