Can someone explain to me, a non-c++ programmer why is this bad? Is it replacing all valid c++ chacharacters?
this post was submitted on 11 Jan 2022
1 points (100.0% liked)
Programmer Humor
32380 readers
1435 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
They're defining emojis and unicode special characters to valid C code, to allow you to program with those characters. It's all valid C preprocessor code, but... why?!
This is programmer hell