Content deleted Content added
m instantation->instantiation - Correct typos in one click |
Add banner {{Cleanup bare URLs}}. After at least 7 passes by @Citation bot since 20220903, this article still has 2 untagged bare URL refs |
||
Line 1:
{{
{{More footnotes needed|date=June 2010}}
{{Programming paradigms}}
Line 229 ⟶ 230:
std::cout << "FOUR: " << FOUR << std::endl;
}
</syntaxhighlight>
To show a more sophisticated example the code in the following listing has been extended to have a helper for value calculation (in preparation for more complicated computations), a table specific offset and a template argument for the type of the table values (e.g. uint8_t, uint16_t, ...).
|