10 out <
"This works well" < h < g;
14 char *x =
read_string(in), *y =
new char[256], z[256];
17 cout << x << endl << y << endl << z << endl;
20 out << setw(50) << setfill(
'#') << setprecision(20) << x << endl << y << endl << z << endl;
21 out << z << endl << y << endl << x << endl;
22 out << 1.1234567890123456789 << endl;
24 delete[] x;
delete[] y;
void open(const char *name, int level=Z_DEFAULT_COMPRESSION)
static int out(void *out_desc, unsigned char *buf, unsigned len)
static unsigned in(void *in_desc, z_const unsigned char **buf)
char * read_string(izstream &zs)