Print Formatted
printfmt, fPrintf(), snPrintf()
printfmt
printfmt(const char*fmt, ...)
ISteramOut& operator << (IStreamOut& strm, printfmt f)
//例
the_screen << printfmt("%04X", 0x12ab) << crlf;fPrintf()
int fPrintf(TWE::IStreamOut& fp, const char* format, ...)snPrintf()
最終更新