欢迎来到天天文库
浏览记录
ID:14102696
大小:112.50 KB
页数:10页
时间:2018-07-26
《实验二_数据类型、运算符和表达式》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、实验(实训)报告项目名称实验二数据类型、运算符和表达式所属课程名称C语言程序设计项目类型验证性实验(实训)日期2011-9-21班级10统计2学号100112100220姓名严丹指导教师刘亚楠浙江财经学院教务处制一、实验(实训)概述:【实验目的】1.熟悉开发环境;学习编写简单的C++程序;熟悉C++程序的编辑、编译、连接、运行过程。2.理解C++语言的基本数据类型、运算符和表达式;3.练习使用简单的输入输出。【实验要求】1.正确建立项目开发环境,能正确地把项目文件保存在指定的位置;2.正确使用C++
2、数据类型,规范地书写C++表达式;3.实现数据的输入与输出。【基本原理】见第二章课件和课本内容【实施环境】(使用的材料、设备、软件)VisualC++6.0注意:所有回答的内容请用蓝色字体标出!二、实验(实训)内容:实验任务一二进制及C++的数据类型第1题【项目内容】用sizeof操作符,求出int,unsignedint,shortint,unsignedshortint,longint,unsignedlongint,char,unsignedchar,float,double,longdoub
3、le等数据类型的字节数。提示:用sizeof操作数求出int类型所占的字节数并输出可采用下面的语句:cout<<”Thesizeofintis”<usingnamespacestd;intmain(){cout<<"Thesizeofintis"<4、int)<5、<"Thesizeofcharis"<6、urn0;}结果:Thesizeofintis4Thesizeofunsignedintis4Thesizeofshortintis2Thesizeofunsignedshortintis2Thesizeoflongintis4Thesizeofunsignedlongintis4Thesizeofcharis1Thesizeofunsignedcharis1Thesizeoffloatis4Thesizeofdoubleis8Thesizeoflongdoubleis8Pressanykeytoc7、ontinue【实验(实训)过程】(步骤、记录、数据、程序等)提示:请如实记录你在实验过程中出现的错误(如发现错误无法解决,请举手),请参照ftp上的参考资料《常见的编译错误信息》,对程序的错误进行修改并记录。□回答:预处理命令中打成【结论】(结果、分析)提示:请记录该程序的运行过程:输入输出。比如:123456↙(↙表示输入,如果没有输入,则没有这一行)a+b=579(输出)并尽可能对程序的执行结果进行分析。□回答:Thesizeofintis4Thesiz8、eofunsignedintis4Thesizeofshortintis2Thesizeofunsignedshortintis2Thesizeoflongintis4Thesizeofunsignedlongintis4Thesizeofcharis1Thesizeofunsignedcharis1Thesizeoffloatis4Thesizeofdoubleis8Thesizeoflongdoubleis8(输出)实验任务二字符常量与字符串常量第1题【项目内容】
4、int)<5、<"Thesizeofcharis"<6、urn0;}结果:Thesizeofintis4Thesizeofunsignedintis4Thesizeofshortintis2Thesizeofunsignedshortintis2Thesizeoflongintis4Thesizeofunsignedlongintis4Thesizeofcharis1Thesizeofunsignedcharis1Thesizeoffloatis4Thesizeofdoubleis8Thesizeoflongdoubleis8Pressanykeytoc7、ontinue【实验(实训)过程】(步骤、记录、数据、程序等)提示:请如实记录你在实验过程中出现的错误(如发现错误无法解决,请举手),请参照ftp上的参考资料《常见的编译错误信息》,对程序的错误进行修改并记录。□回答:预处理命令中打成【结论】(结果、分析)提示:请记录该程序的运行过程:输入输出。比如:123456↙(↙表示输入,如果没有输入,则没有这一行)a+b=579(输出)并尽可能对程序的执行结果进行分析。□回答:Thesizeofintis4Thesiz8、eofunsignedintis4Thesizeofshortintis2Thesizeofunsignedshortintis2Thesizeoflongintis4Thesizeofunsignedlongintis4Thesizeofcharis1Thesizeofunsignedcharis1Thesizeoffloatis4Thesizeofdoubleis8Thesizeoflongdoubleis8(输出)实验任务二字符常量与字符串常量第1题【项目内容】
5、<"Thesizeofcharis"<6、urn0;}结果:Thesizeofintis4Thesizeofunsignedintis4Thesizeofshortintis2Thesizeofunsignedshortintis2Thesizeoflongintis4Thesizeofunsignedlongintis4Thesizeofcharis1Thesizeofunsignedcharis1Thesizeoffloatis4Thesizeofdoubleis8Thesizeoflongdoubleis8Pressanykeytoc7、ontinue【实验(实训)过程】(步骤、记录、数据、程序等)提示:请如实记录你在实验过程中出现的错误(如发现错误无法解决,请举手),请参照ftp上的参考资料《常见的编译错误信息》,对程序的错误进行修改并记录。□回答:预处理命令中打成【结论】(结果、分析)提示:请记录该程序的运行过程:输入输出。比如:123456↙(↙表示输入,如果没有输入,则没有这一行)a+b=579(输出)并尽可能对程序的执行结果进行分析。□回答:Thesizeofintis4Thesiz8、eofunsignedintis4Thesizeofshortintis2Thesizeofunsignedshortintis2Thesizeoflongintis4Thesizeofunsignedlongintis4Thesizeofcharis1Thesizeofunsignedcharis1Thesizeoffloatis4Thesizeofdoubleis8Thesizeoflongdoubleis8(输出)实验任务二字符常量与字符串常量第1题【项目内容】
6、urn0;}结果:Thesizeofintis4Thesizeofunsignedintis4Thesizeofshortintis2Thesizeofunsignedshortintis2Thesizeoflongintis4Thesizeofunsignedlongintis4Thesizeofcharis1Thesizeofunsignedcharis1Thesizeoffloatis4Thesizeofdoubleis8Thesizeoflongdoubleis8Pressanykeytoc
7、ontinue【实验(实训)过程】(步骤、记录、数据、程序等)提示:请如实记录你在实验过程中出现的错误(如发现错误无法解决,请举手),请参照ftp上的参考资料《常见的编译错误信息》,对程序的错误进行修改并记录。□回答:预处理命令中打成【结论】(结果、分析)提示:请记录该程序的运行过程:输入输出。比如:123456↙(↙表示输入,如果没有输入,则没有这一行)a+b=579(输出)并尽可能对程序的执行结果进行分析。□回答:Thesizeofintis4Thesiz
8、eofunsignedintis4Thesizeofshortintis2Thesizeofunsignedshortintis2Thesizeoflongintis4Thesizeofunsignedlongintis4Thesizeofcharis1Thesizeofunsignedcharis1Thesizeoffloatis4Thesizeofdoubleis8Thesizeoflongdoubleis8(输出)实验任务二字符常量与字符串常量第1题【项目内容】
此文档下载收益归作者所有