Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShiqiYu/CPP
/ main
Function
main
week09/examples/function.cpp:45–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
int main()
46
{
47
Student yu;
48
yu.setName(
"Yu"
);
49
yu.setBorn(2000);
50
yu.setGender(true);
51
yu.printInfo();
52
return 0;
53
}
Callers
nothing calls this directly
Calls
4
setName
Method · 0.45
setBorn
Method · 0.45
setGender
Method · 0.45
printInfo
Method · 0.45
Tested by
no test coverage detected