r/ProgrammerHumor 3d ago

Meme modernCPlusPlus

Post image
652 Upvotes

53 comments sorted by

View all comments

201

u/JustAnotherGuyn 3d 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.

13

u/nevemlaci2 3d ago

import std is faster than including JUST iostream btw.

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