資源描述:
《lecture3 Structured Types and Classes》由會員上傳分享,免費在線閱讀,更多相關內容在學術論文-天天文庫。
1、C++DataTypesCS122AlgorithmsandDataStructuressimplestructuredintegralenumfloatingarraystructunionclassMW11:00am-12:15pm,MSEC101charshortintlongboolInstructor:XiaoQinLecture3:StructuredTypesandClassesfloatdoublelongdoubleaddresspointerreferenceaStudentanotherStudent.id900426
2、7.id9003421.firstname“David”.firstname“John”.lastname“Smith”.lastname“Powell”.school“NMT”.school“UNL”.major“CS”.major“IT”.age18.age19.weight156.6.weight178.5.healthGood.healthExcellent341structStudentTypestructtypeDeclarationenumHealthType{Poor,Fair,Good,Excellent};SYNTAXs
3、tructStudentType//declaresastructdatatype{//doesnotallocatememorystructTypeName//doesnotallocatememorylongid;{stringfirstname;stringlastname;DataTypeMemberName;stringschool;structmembersDataTypeMemberName;MemberListstringmajor;intage;