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

Function main

Examples/Modules/Chapter 11/Ex11_02/Ex11_02.cpp:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import roman;
5
6int main()
7{
8 std::cout << "1234 in Roman numerals is " << to_roman(1234) << std::endl;
9 std::cout << "MMXX in Arabic numerals is " << from_roman("MMXX") << std::endl;
10}

Callers

nothing calls this directly

Calls 2

to_romanFunction · 0.70
from_romanFunction · 0.70

Tested by

no test coverage detected