#include "studentinfo.h" /////////////////////////////////////////////////// // Constructor // //purpose: This constructor initializes all values of //Student info to x /////////////////////////////////////////////////// StudentInfo::StudentInfo() { Name = "x"; Number = "x"; Address1 = "x"; Address2 = "x"; Email = "x"; State = "x"; Other = "x"; City = "x"; Zip = "x"; }