标准c中预定义的宏

标准c中预定义的宏

ID:8840307

大小:26.53 KB

页数:9页

时间:2018-04-09

标准c中预定义的宏_第1页
标准c中预定义的宏_第2页
标准c中预定义的宏_第3页
标准c中预定义的宏_第4页
标准c中预定义的宏_第5页
资源描述:

《标准c中预定义的宏》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库

1、[转载]c/c++标准预定义宏2009-08-2214:40http://www.cnblogs.com/sevencat/archive/2004/06/10/14872.html一、标准预定义宏Thestandardpredefinedmacrosarespecifiedbytherelevantlanguagestandards,sotheyareavailablewithallcompilersthatimplementthosestandards.Oldercompilersmaynotprovideallofthem.Theirnamesallstartwithdoubleun

2、derscores.__FILE__Thismacroexpandstothenameofthecurrentinputfile,intheformofaCstringconstant.Thisisthepathbywhichthepreprocessoropenedthefile,nottheshortnamespecifiedin#includeorastheinputfilenameargument.Forexample,"/usr/local/include/myheader.h"isapossibleexpansionofthismacro.__LINE__Thismacroex

3、pandstothecurrentinputlinenumber,intheformofadecimalintegerconstant.Whilewecallitapredefinedmacro,it'saprettystrangemacro,sinceits"definition"changeswitheachnewlineofsourcecode.__FILE__and__LINE__areusefulingeneratinganerrormessagetoreportaninconsistencydetectedbytheprogram;themessagecanstatetheso

4、urcelineatwhichtheinconsistencywasdetected.Forexample,    fprintf(stderr,"Internalerror:"                     "negativestringlength"                     "%dat%s,line%d.",             length,__FILE__,__LINE__);    An#includedirectivechangestheexpansionsof__FILE__and__LINE__tocorrespondtotheincluded

5、file.Attheendofthatfile,whenprocessingresumesontheinputfilethatcontainedthe#includedirective,theexpansionsof__FILE__and__LINE__reverttothevaluestheyhadbeforethe#include(but__LINE__isthenincrementedbyoneasprocessingmovestothelineafterthe#include).A#linedirectivechanges__LINE__,andmaychange__FILE__a

6、swell.SeeLineControl.C99introduces__func__,andGCChasprovided__FUNCTION__foralongtime.Bothofthesearestringscontainingthenameofthecurrentfunction(thereareslightsemanticdifferences;seetheGCCmanual).Neitherofthemisamacro;thepreprocessordoesnotknowthenameofthecurrentfunction.Theytendtobeusefulinconjunc

7、tionwith__FILE__and__LINE__,though.__DATE__Thismacroexpandstoastringconstantthatdescribesthedateonwhichthepreprocessorisbeingrun.Thestringconstantcontainselevencharactersandlookslike"Feb121996".Ifthedayofthemonth

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

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

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