Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ setFirstName
Method
setFirstName
Lab_12/main.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
lName = LastName;
21
}
22
void setFirstName(string f_Name)
23
{
24
FirstName = f_Name;
25
}
26
string getFirstName()
27
{
28
return FirstName;
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected