lecture3 Structured Types and Classes

lecture3 Structured Types and Classes

ID:39715540

大小:134.69 KB

頁數(shù):12頁

時間:2019-07-09

lecture3 Structured Types and Classes_第1頁
lecture3 Structured Types and Classes_第2頁
lecture3 Structured Types and Classes_第3頁
lecture3 Structured Types and Classes_第4頁
lecture3 Structured Types and Classes_第5頁
資源描述:

《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;