MCPcopy Create free account
hub / github.com/Apress/beginning-cpp20 / main

Function main

Examples/NoModules/Chapter 12/Ex12_15/Ex12_15.cpp:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include "CylindricalBox.h"
4
5int main()
6{
7 CylindricalBox bigBox{ 1.23f,
8 CylindricalBox::s_max_height, CylindricalBox::s_default_material };
9 std::cout << "The volume of bigBox is " << bigBox.volume() << std::endl;
10}

Callers

nothing calls this directly

Calls 1

volumeMethod · 0.45

Tested by

no test coverage detected