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...")
 
 
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 19: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)