لهيب القسام
20-09-2007, 10:18 PM
السلام عليكم
انا شفت من خلال وضعي لسؤال بسيط ان لا احد في المنتدى مستعد ان يجيب او حتى يساعد ولو بطرف خيط الح لذلك ارجو الا تخيبوا ظني بكم وبهذا المنتدى المبارك ولدي سؤال ضروري جدا الرجاء المساعدة في حله ::
Design a C++ class to describe a student. Each student has a name, age, id, and address. The address itself should be described using a C++ class with fields for street, city, state, and number. The address class should have a constructor and access functions. Your student class should have a constructor that initializes all its fields (including address). Write functions to set and get the value of the information of a student. Also write a print() function that prints all the details of a student object.
انا شفت من خلال وضعي لسؤال بسيط ان لا احد في المنتدى مستعد ان يجيب او حتى يساعد ولو بطرف خيط الح لذلك ارجو الا تخيبوا ظني بكم وبهذا المنتدى المبارك ولدي سؤال ضروري جدا الرجاء المساعدة في حله ::
Design a C++ class to describe a student. Each student has a name, age, id, and address. The address itself should be described using a C++ class with fields for street, city, state, and number. The address class should have a constructor and access functions. Your student class should have a constructor that initializes all its fields (including address). Write functions to set and get the value of the information of a student. Also write a print() function that prints all the details of a student object.