Zerush@lemmy.ml to Memes@lemmy.ml · 1 year agoDestroying friendshipfile.coffeeimagemessage-square34fedilinkarrow-up1162arrow-down112
arrow-up1150arrow-down1imageDestroying friendshipfile.coffeeZerush@lemmy.ml to Memes@lemmy.ml · 1 year agomessage-square34fedilink
minus-squarefubarx@lemmy.mllinkfedilinkarrow-up2·1 year 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·1 year 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.