MCPcopy 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

26class Greeter {
27 public:
28 virtual void sayHello(const char *name)
29 {
30 printf("Hello, %s!\n", name);
31 }
32};
33
34void greet(Greeter *greeter);

Callers 1

greetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected