摘要: void writeFile() { const unsigned int ONE = 1; FILE* file = open("a.db", "wb) if(NULL != file) { unsigned int apple = 6; if(ONE = fwrite(&apple, sizeo 阅读全文
posted @ 2016-11-29 22:38 山涧的水 阅读(105) 评论(0) 推荐(0)