try it, then you know it____________just do it , as love easily fade.

一次只有一个目标,步子迈小些,抑制一次实现所有功能的冲动。 过程如何结果就如何,行动是欢喜的,不管是兴奋还是沮丧的情绪都对结果无益。贵在持之以恒

导航

2013年9月4日 #

VC++ chap12 file

摘要: file operation_______C语言对文件操作的支持fopenaccepts paths that are valid on the file system at the point of execution;____writeFILE *pFile = fopen("1,txt","w"); //firstly, file should be opened fwrite("a carrot",1,strlen("a carrot"),pFile); fseek(pFile,10,SEEK_END); 阅读全文

posted @ 2013-09-04 16:38 吾一 阅读(242) 评论(0) 推荐(0) 编辑