Hacker News new | ask | show | jobs
by jstimpfle 27 days ago
What do you even miss, honestly works fine for me? In terms of platform APIs, I prefer the Windows ones on Windows anyway
1 comments

Complex numbers, for example. Also, C preprocessor expands macros differently on MSVC.
Use the new standards-conformant preprocessor with `/Zc:preprocessor`

https://learn.microsoft.com/en-us/cpp/build/reference/zc-pre...

Wasn't aware of preprocessor conformity issues, good to know!