Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricPengShuai/Interview
/ print
Method
print
base_code/struct_function.cpp:47–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
public:
46
int v2 {};
47
static void print(){
48
printf(
"%s\n"
,
"Derived, hello world!"
);
49
};
50
};
51
52
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected