用c++写一个list<class T>
用c++写一个list<class T>
日期:2021-05-25 16:32:00 人气:1
#include<list>
#include <iostream>
#include <string>
using namespace std;
class Employee{
public:
string name;
double wage;
Employee(str
用c++写一个list<class T>
#include<list>
#include <iostream>
#include <string>
using namespace std;
class Employee{
public:
string name;
double wage;
Employee(str