Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ main
Function
main
Examples/NoModules/Chapter 15/Ex15_08/Ex14_08.cpp:5–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
#include
"ToughPack.h"
4
5
int main()
6
{
7
ToughPack toughPack{ 1.0, 2.0, 3.0 };
8
toughPack.showVolume(); // Should show a volume equal to 85% of 1x2x3, or 5.1
9
}
Callers
nothing calls this directly
Calls
1
showVolume
Method · 0.45
Tested by
no test coverage detected