Is there a way to 'charify'ing something using a C / C ++ preprocessor? You can "pull" by doing:
#define STRINGIFY(x) #x
So, will there be a way to "charify'ing use the same principles?"
Sort of:
#define CHARa() 'a' #define CHARb() 'b' #define CHARc() 'c' // ... #define CHARIFY(x) CHAR ## x() CHARIFY(a)
Source: https://habr.com/ru/post/1524975/More articles:one-to-many mapping using the ref property not for the primary key - c #AngularDart directive list? - dartXamarin studio - set default search to case insensitive? - xamarin-studioReal-time drawing in Qt - c ++ะะปะพะบ ััะธะปััะพะฒ - cssWhy am I getting a Soap exception? - c #How to autosave ipython laptop - ipythonHow to get profile picture in Google Plus account? - google-plusGoogle plus (Get Figure URL) - androidWeb.config converts moving namespace declarations - c #All Articles