Zerush@lemmy.ml to Memes@lemmy.ml · 8 months agoDestroying friendshipfile.coffeeexternal-linkmessage-square38fedilinkarrow-up1160arrow-down112
arrow-up1148arrow-down1external-linkDestroying friendshipfile.coffeeZerush@lemmy.ml to Memes@lemmy.ml · 8 months agomessage-square38fedilink
minus-squarefubarx@lemmy.mllinkfedilinkarrow-up2·8 months agoMSVC supports unicode. In C or C++, you could try: #define ; ; Second one is the greek semicolon but the client I’m using may strip it out. I’m too lazy to try.
minus-squarePM_ME_VINTAGE_30S [he/him]@lemmy.sdf.orglinkfedilinkEnglisharrow-up1·7 months agoRunning #define ; anything yields error: macro names must be identifiers for both C and C++ in an online compiler. So I don’t think the compiler will let you redefine the semicolon.
MSVC supports unicode. In C or C++, you could try:
#define ; ;
Second one is the greek semicolon but the client I’m using may strip it out. I’m too lazy to try.
Running #define ; anything yields error: macro names must be identifiers for both C and C++ in an online compiler. So I don’t think the compiler will let you redefine the semicolon.