MCPcopy Create free account
hub / github.com/ShiqiYu/CPP / getTotal

Method getTotal

week09/examples/static.cpp:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 std::cerr << "The input b is " << b << ", and should be in [1990, 2020]." << std::endl;
57 }
58 static size_t getTotal() {return student_total;}
59 // the declarations, the definitions are out of the class
60 void setGender(bool isMale);
61 void printInfo();

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected