02 2012 档案
摘要:看了《C++编程对缓冲区的理解》,自己试了下,结果为大小4KB。#include <fstream>using namespace std;int main(){	ofstream outfile("test.txt");	for (int i = 0; i < 4096; i++) outfile << 'a';	system("PAUSE");	outfile << 'b';	system("PAUSE");	return 0; }在第一次出现“请按任意键继
        阅读全文
                
 
                    
                
 浙公网安备 33010602011771号
浙公网安备 33010602011771号