|
|
1.1 root 1: // exios110.cpp
2: #include <fstream.h>
3: int iarray[2] = { 99, 10 };
4: void main()
5: {
6: ofstream os( "test.dat" );
7: os.write( (char *) iarray, sizeof( iarray ) );
8: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.