#include "zstream.h"
#include <math.h>
#include <stdlib.h>
#include <iomanip.h>
Go to the source code of this file.
◆ main()
Definition at line 6 of file zstream_test.cpp.
10 out <
"This works well" <
h <
g;
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;
const lzma_allocator const uint8_t * in
const lzma_allocator const uint8_t size_t uint8_t * out
char * read_string(izstream &zs)
References g, h, in, out, read_string(), and x.