Annotation of mstools/samples/iostutor/exios110.cpp, revision 1.1

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: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.