home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Guide
/
c-cplusplus-interactive-guide.iso
/
c_ref
/
csource4
/
251_01
/
warning.cug
< prev
Wrap
Text File
|
1987-10-29
|
384b
|
11 lines
WARNING !!
This system relies on the default behavior of Aztec's read()
and write(). Under Aztec the default behavior of low-level
i/o is to read and write binary files. To adapt to other
compilers you may need to modify all open() calls to
specifically request binary mode (i.e. insert "rb" or "wb" mode
strings).
By CUG