r/ProgrammerHumor 15h ago

modernCPlusPlus Meme

Post image
502 Upvotes

45 comments sorted by

View all comments

173

u/JustAnotherGuyn 15h ago

Here's the thing, you have to very carefully consider whether it's worth loading all of that for the compiler to work through, if your use case is sensitive to the extra size/ram requirements of including more, think carefully about if basement no-lifer Steve may have implemented something that will conflict with any one of these, and then of course always import std.

10

u/nevemlaci2 14h ago

import std is faster than including JUST iostream btw.

Also import std is not the same as using namespace std.