The information in this article applies to:
SUMMARY
In an application developed with the Microsoft Foundation Classes
(MFC) that uses the CFile class, the Write() member function may
appear not to correctly process the carriage return-linefeed (CR/LF)
combination unless both the carriage return and linefeed are
explicitly stated.
produces the following output:
However, the following code
produces the following output:
MORE INFORMATIONWhen an application uses the CStdioFile class derived from CFile, an application can open a file in either text mode or binary mode. Using a CStdioFile object is the preferred method to place a CR/LF combination into a file. However, if the application must use a CFile object, a CR/LF combination may be explicitly output as demonstrated above. Additional query words: kbinf 7.00 1.00 1.50 2.00 2.10 2.50 2.51 2.52 3.00 3.10 4.00 4.10
Keywords : kbFileIO kbMFC kbVC100 kbVC150 kbVC152 kbGrpMFCATL |
Last Reviewed: November 25, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |