this post was submitted on 13 Oct 2023
331 points (95.8% liked)

Programmer Humor

32143 readers
561 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] gredo 1 points 11 months ago (1 children)

BTW: what are you using instead to get small binaries/scripts?

[–] qaz 3 points 11 months ago (1 children)
[–] mkwt 2 points 11 months ago

Likely your C++ implementation also doesn't ship the full standard library. And you may even turn off exceptions and RTTI.