Zerush@lemmy.ml to Memes@lemmy.ml · 6 months agoDestroying friendshipfile.coffeeimagemessage-square34fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1imageDestroying friendshipfile.coffeeZerush@lemmy.ml to Memes@lemmy.ml · 6 months agomessage-square34fedilink
minus-squarefubarx@lemmy.mllinkfedilinkarrow-up0·6 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-up0·6 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.