#ifndef CONTACT_H #define CONTACT_H void SetFirstName(const char* firstName) { delete[] _firstName; _firstName = new } #endif CONTACT_H