As simple as 1 + 1 = 2 ? - Loïc Joly - CPPP 2021

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ม.ค. 2025

ความคิดเห็น • 1

  • @zoso25
    @zoso25 2 ปีที่แล้ว

    We could've defined
    constexpr int I = 1;
    constexpr int J = 1;
    leading to preprocessor not seeing the definitions while evaluating #if I + J == 2u to get the same "2 Not 2" output. Getting "2 2" is trivial.