Difference between revisions of "PrintInt"

From King Arthur's Gold Wiki
Jump to: navigation, search
(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 19:32, 22 August 2012

Prints the given integer with the given prefix text.

void printInt(const string &prefix, int i)