字符串+文件处理函数.doc

字符串+文件处理函数.doc

ID:48454765

大小:80.16 KB

页数:14页

时间:2020-01-31

字符串+文件处理函数.doc_第1页
字符串+文件处理函数.doc_第2页
字符串+文件处理函数.doc_第3页
字符串+文件处理函数.doc_第4页
字符串+文件处理函数.doc_第5页
资源描述:

《字符串+文件处理函数.doc》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、C语言标准输入输出:待续printf格式输出到屏幕//把指定内存空间中内容格式输出到屏幕;fprintf格式输出到磁盘//scanf从屏幕格式输入//从stdin中格式读入到给定变量空间中fscanf从磁盘格式输入putchar字符输出到屏幕puts字符串输出到屏幕fputc字符输出到磁盘fputs字符串输出到磁盘getchar从屏幕得到一个字符//从stdin中读取一个字符,返回字符ASCII值gets从屏幕得到一个字符串//从stdin中读取字符串,返回内存空间位置fgetc从磁盘得到一个字符fgets从磁盘得到一个字符串fputc,fputs,putc,putchar,

2、puts-outputofcharactersandstringsSYNOPSIS#includeintfputc(intc,FILE*stream);intfputs(constchar*s,FILE*stream);intputc(intc,FILE*stream);intputchar(intc);intputs(constchar*s);DESCRIPTIONfputc()writesthecharacterc,casttoanunsignedchar,tostream.fputs()writesthestringstostream,withouti

3、tsterminatingnullbyte('').putc()isequivalenttofputc()exceptthatitmaybeimplementedasamacrowhichevaluatesstreammorethanonce.putchar(c);isequivalenttoputc(c,stdout).puts()writesthestringsandatrailingnewlinetostdout.RETURNVALUEfputc(),putc()andputchar()returnthecharacterwrittenasanunsignedcha

4、rcasttoanintorEOFonerror.puts()andfputs()returnanonnegativenumberonsuccess,orEOFonerror.fgetc,fgets,getc,getchar,gets,ungetc-inputofcharactersandstringsSYNOPSIS#includeintfgetc(FILE*stream);char*fgets(char*s,intsize,FILE*stream);intgetc(FILE*stream);intgetchar(void);char*gets(char*

5、s);intungetc(intc,FILE*stream);DESCRIPTIONfgetc()readsthenextcharacterfromstreamandreturnsitasanunsignedcharcasttoanint,orEOFonendoffileorerror.getc()isequivalenttofgetc()exceptthatitmaybeimplementedasamacrowhichevaluatesstreammorethanonce.getchar()isequivalenttogetc(stdin).gets()readsaline

6、fromstdinintothebufferpointedtobysuntileitheraterminatingnewlineorEOF,whichitreplaceswithanullbyte('').Nocheckforbufferoverrunisperformed(seeBUGSbelow).fgets()readsinatmostonelessthansizecharactersfromstreamandstoresthemintothebufferpointedtobys.ReadingstopsafteranEOForanewline.Ifanewline

7、isread,itisstoredintothebuffer.Aterminatingnullbyte('')isstoredafterthelastcharacterinthebuffer.ungetc()pushescbacktostream,castto(铸造)unsignedchar,whereitisavailableforsubsequentreadoperations.Pushed-backcharacterswillbereturnedinreverseorder;onlyonepu

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。