Difference between revisions of "PrintString"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (Created page with "<onlyinclude> Prints the given string with the given prefix text - to the console, if its available. </onlyinclude> <syntaxhighlight lang="cpp"> void printString(const string &pr...") |
(No difference)
|
Latest revision as of 18:35, 22 August 2012
Prints the given string with the given prefix text - to the console, if its available.
void printString(const string &prefix, const string &str)