mirror of
https://github.com/Light-City/CPlusPlusThings.git
synced 2026-02-08 21:14:35 +08:00
@@ -40,7 +40,7 @@ public:
|
||||
cout << employ[i].name << " " << employ[i].salary << endl;
|
||||
}
|
||||
~SalaryManaege() {
|
||||
delete employ;
|
||||
delete[] employ;
|
||||
}
|
||||
};
|
||||
int main()
|
||||
|
||||
Reference in New Issue
Block a user