欢迎来到天天文库
浏览记录
ID:49251974
大小:1.97 MB
页数:116页
时间:2020-02-02
《Ch_05_IO_Streams_as_an_Introduction_to_Objects_and_Classes.ppt》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、Chapter5I/OStreamsasanIntroductiontoObjectsandClassesCopyright©2008PEARSONEDUCATIONASIALIMITEDandTsinghuaUniversityPressOverview5.1StreamsandBasicFileI/O5.2ToolsforStreamI/O5.3CharacterI/O5.4Inheritance5.5RandomAccesstoFiles(Optional)25.1StreamsandBasicFileI/OCopyright©2008PEARSONEDUCATI
2、ONASIALIMITEDandTsinghuaUniversityPressI/OStreamsI/OreferstoprograminputandoutputInputisdeliveredtoyourprogramviaastreamobjectInputcanbefromThekeyboardAfileOutputisdeliveredtotheoutputdeviceviaastreamobjectOutputcanbetoThescreenAfile4ObjectsObjectsarespecialvariablesthatHavetheirownspec
3、ial-purposefunctionsSetC++apartfromearlierprogramminglanguages5StreamsandBasicFileI/OFilesforI/OarethesametypeoffilesusedtostoreprogramsAstreamisaflowofdata.Inputstream:DataflowsintotheprogramIfinputstreamflowsfromkeyboard,theprogramwillacceptdatafromthekeyboardIfinputstreamflowsfromaf
4、ile,theprogramwillacceptdatafromthefileOutputstream:DataflowsoutoftheprogramTothescreenToafile6cinAndcoutStreamscinInputstreamconnectedtothekeyboardcoutOutputstreamconnectedtothescreencinandcoutdefinedintheiostreamlibraryUseincludedirective:#includeYoucandeclareyourownstreamst
5、ousewithfiles.7WhyUseFiles?Filesallowyoutostoredatapermanently!DataoutputtoafilelastsaftertheprogramendsAninputfilecanbeusedoverandoverNotypingofdataagainandagainfortestingCreateadatafileorreadanoutputfileatyourconvenienceFilesallowyoutodealwithlargerdatasets8FileI/OReadingfromafileTak
6、inginputfromafileDonefrombeginningtotheend(fornow)Nobackinguptoreadsomethingagain(OKtostartover)JustasdonefromthekeyboardWritingtoafileSendingoutputtoafileDonefrombeginningtoend(fornow)Nobackinguptowritesomethingagain(OKtostartover)Justasdonetothescreen9StreamVariablesLikeothervariables,
7、astreamvariable…MustbedeclaredbeforeitcanbeusedMustbeinitializedbeforeitcontainsvaliddataInitializingastreammeansconnectingittoafileThevalueofthestreamvariablecanbethoughtofasthefileitisconnectedtoCanhaveitsvaluechangedChangingastreamvaluemeansdisconnectingfromonefileand
此文档下载收益归作者所有
点击更多查看相关文章~~