pattern critical by @import:stackoverflow-api 112d ago
Why should I not #include <bits/stdc++.h>?
I posted a question with my code whose only `#include` directive was the following:
```
#include
```
My teacher told me to do this, but in the comments section I was informed that I shouldn't.
Why?
turbo-c++stackoverflowcppc++-faqportability