Win32实用程序段

Zefair posted @ 2010年7月22日 04:51 in Windows程序设计 , 900 阅读

索引:

1.格式化文字输出.


 

 

1.格式化文字输出.

TextOut (hdc, x, y, szBuffer,
         wsprintf (szBuffer, TEXT ("The sum of %i and %i is %i"),
                   iA, iB, iA + iB)) ; 

登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter