To call new Employee[count]
you need an Employee
default constructor (Employee::Employee()
).
Employee::Employee(SymbolStr sstr, int* egn, int* cd)
isn’t a default constructor.
To call new Employee[count]
you need an Employee
default constructor (Employee::Employee()
).
Employee::Employee(SymbolStr sstr, int* egn, int* cd)
isn’t a default constructor.