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
6 points (100.0% liked)
Programmer Humor
32444 readers
1650 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
Imagine two programmers using this in the same project, one using ISO and one using UTF-8 in their IDE