Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

請問一個 C++ or C 寫檔的問題..??

0 views
Skip to first unread message

平平淡淡的海....

unread,
Dec 21, 2000, 11:39:25 PM12/21/00
to

各位先進:
小弟有一個問題。如下一簡單程式..

ofstream outfile;
outfile.open("out",ios::binary) ;
byte ch=0x0a;
outfile.put(ch);
outfile.put(ch);

其輸出的檔案 out 內容為 0D 0A 0D 0A

請問有何方式可以將
輸出的檔案 out 內容為 0A 0A

--
※ Origin: 楓橋驛站<bbs.cs.nthu.edu.tw> ◆ From: thccy11.Oz.nthu.edu.tw

0 new messages