What i want to add to the source code: unusual characters △ ◬ □ ◎ (it’s only for my personal use), but the compiler swears “error C3873”, i am using VisualStudio 2022
bool △Started{0};
Doesn’t help:
#define △ a
Properties/C/C++/Command Line “utf-8”
Properties/C/C++/Preprocessor/Preprocessor Definitions “_UNICODE;UNICODE”
Properties/Advanced/Character Set “Use Unicode Character Set”
New contributor
Nyaunix is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.