Toggle navigation
Toggle navigation
This project
Loading...
Sign in
안형준
/
Ds_worked
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
안형준
2018-11-20 22:42:34 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b2a76847dfe91b25ee1118578ba3eac4d3bf7392
b2a76847
1 parent
59b50da6
ㅇ
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
Project/ManageType.cpp
Project/ManageType.cpp
0 → 100644
View file @
b2a7684
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
+
}
Please
register
or
login
to post a comment