안형준

1 +#include"ManageType.h"
2 +
3 +void ManageType::PrintNameNIndex()
4 +{
5 + if (Isdeleted == false) {
6 +
7 + cout << " : " << mptr->GetName() << endl;
8 + cout << "Index : " << mptr->GetNum() << endl;
9 + //cc
10 + }
11 +}