create a workshop registration program that registers a student by taking details.ensure that no student register twice.Have a separate class for area of interest(area_id,workshop,publication details...etc).use friend function to add area(sub area)for student.(note two areas cant be added under same workdone)display student details and area of interest he/she added.
OK concentrate on the student class. You need a constructor, destructor, int IDNo and private properties string name and two methods getID() and getName(). Do AreaOfInterest class later.