Y
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
jhayward
2374 days ago
>
Use C++17 with minimal features
To paraphrase JWZ, "now you have N+M problems"
link
gdxhyrd
2374 days ago
C++17 is a very close language to C18 if you avoid exceptions, classes and templates.
link
To paraphrase JWZ, "now you have N+M problems"