Difference between revisions of "PrintInt"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (Created page with "<onlyinclude> Prints the given integer with the given prefix text. </onlyinclude> <syntaxhighlight lang="cpp"> void printInt(const string &prefix, int i) </syntaxhighlight> [[Ca...") |
Shadlington (Talk | contribs) |
||
Line 1: | Line 1: | ||
<onlyinclude> | <onlyinclude> | ||
− | Prints the given integer with the given prefix text. | + | Prints the given integer with the given prefix text - to the console, if its available. |
</onlyinclude> | </onlyinclude> | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> |
Latest revision as of 18:33, 22 August 2012
Prints the given integer with the given prefix text - to the console, if its available.
void printInt(const string &prefix, int i)