I'm trying to create a class called "Employee" that holds two character arrays, "firstName" and "lastName".



I need to allocate memory for the firstName and lastName fields in the constructor....