MCPcopy Create free account
hub / github.com/Rustam-Z/cpp-programming / setPlayer_ID

Method setPlayer_ID

Lab_12/main.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 Matches_Played = matches;
72 }
73 void setPlayer_ID(string ID)
74 {
75 Player_ID = ID;
76 }
77 string getPlayer_ID()
78 {
79 return Player_ID;

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected