Russell: GCC and C vs C++ Speed, Measured
Posted Mar 26, 2013 0:49 UTC (Tue) by
nix (subscriber, #2304)
In reply to:
Russell: GCC and C vs C++ Speed, Measured by khim
Parent article:
Russell: GCC and C vs C++ Speed, Measured
Perhaps the most well-known is the fact that “sizeof 'a'” has size 4 in C, but 1 in C++.
What? sizeof(char) is 1 by definition in both languages.
(
Log in to post comments)