Communities for your favorite technologies. Explore all Collectives
Ask questions, find answers and collaborate at work with Stack Overflow for Teams.
Ask questions, find answers and collaborate at work with Stack Overflow for Teams. Explore Teams
Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Get early access and see previews of new features.
You should copy the header std_lib_facilities.h from the Stroustrup site. You can find the reference to the site in the book.
std_lib_facilities.h
(Or look here )
Now you can just substitute this include for
#include <iostream> using namespace std;