23.1使用<<写文件 使用<<向一个文件写入信息。例2-2 #include <iostream> using namespace std #include <fstream> #include <estdllib> int main( fstream datafile data File open( "demofile txt", ios:: out )13 2.3.1 使用 << 写文件 • 使用 << 向一个文件写入信息。 例2-2. #include <iostream> using namespace std; #include <fstream> #include <cstdlib> int main( ) { fstream dataFile ; dataFile.open("demofile.txt", ios::out );