Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ main
Function
main
Examples/NoModules/Appendix A/ExA_03/ExA_03.cpp:15–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
int main()
16
{
17
logError(
"OOPS!"
); // The line number in the log message will refer to
18
// this line in main(), not to the where logError() is defined.
19
}
Callers
nothing calls this directly
Calls
1
logError
Function · 0.85
Tested by
no test coverage detected