16 #include <iostream.hpp>
17 #include <iomanip.hpp>
18 #include <fstream.hpp>
29 ostream& ostr =
const_cast<ostream&
>(
output);
32 ostr << values[i] <<
endl;
44 istream& istr =
const_cast<istream&
>(input);
59 ostream& ostr =
const_cast<ostream&
>(
output);
62 ostr << values[i] <<
endl;
74 istream& istr =
const_cast<istream&
>(input);
89 ostream& ostr =
const_cast<ostream&
>(
output);
92 ostr << values[i] <<
endl;
104 istream& istr =
const_cast<istream&
>(input);
Description not yet available.
Description not yet available.
prnstream & endl(prnstream &)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
istream & operator>>(const istream &input, const d3_array &arr3)
Read values from input stream into arr3.
ostream & operator<<(const ostream &_s, preshowpoint p)
Description not yet available.
Description not yet available.