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...") |
(No difference)
|
Revision as of 18:32, 22 August 2012
Prints the given integer with the given prefix text.
void printInt(const string &prefix, int i)