Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RPISEC/MBE
/ sayHello
Method
sayHello
src/lecture/cpp/cpp_lec02.cpp:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
class Greeter {
27
public:
28
virtual void sayHello(const char *name)
29
{
30
printf(
"Hello, %s!\n"
, name);
31
}
32
};
33
34
void greet(Greeter *greeter);
Callers
1
greet
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected