السلام عليكم يا شباب

لدي هذا البروجكت من الجامعة .. لكن لم افهم المطلوب وكيفية تعريف المتغيرات والكلاسات :ah19:

اتمنى ان تشرحوا لي كيف ابدأ وتعريف المتغيرات

The aim of this project is to develop a C++ program that supports a careers centre using objectoriented
concepts. The careers centre has a name, and two kinds of customers, individual
customers seeking employment and companies offering jobs. For each individual customer a
customer id, a name, an address, a phone number, and a date of birth are stored. Each company
customer has a customer id, a name, and an address. Moreover, the company has an employee
who is the contact point for the job agency. Companies advertise job vacancies that consist of a
job id, a job title, the salary offered, and the date when an employee can start on the job. The
companies can create, modify, and delete job. The careers centre stores the customers in an array
and can create, modify, and delete customer.