Hacker News new | ask | show | jobs
by gdxhyrd 2374 days ago
3) Use C++17 with minimal features. This gives you a lot of needed libraries built-in and it is better supported than C99 (due to Windows).
1 comments

> Use C++17 with minimal features

To paraphrase JWZ, "now you have N+M problems"

C++17 is a very close language to C18 if you avoid exceptions, classes and templates.