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
ㅇ
Hide 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
#include"ManageType.h"
void
ManageType
::
PrintNameNIndex
()
{
if
(
Isdeleted
==
false
)
{
cout
<<
" : "
<<
mptr
->
GetName
()
<<
endl
;
cout
<<
"Index : "
<<
mptr
->
GetNum
()
<<
endl
;
//cc
}
}
Please
register
or
login
to post a comment