<iomanip.h>
#include <iomanip> using namespace std;
Include the traditional header <iomanip.h>
to effectively include the standard header
<iomanip>
and hoist its
names outside the
std
namespace.
In this implementation, all names are hoisted, to provide a more traditional library environment.
See also the Table of Contents and the Index.
Copyright © 1992-1996 by P.J. Plauger. All rights reserved.