2013年5月6日 星期一

(C++) 將Debug資訊印出來 - 數字篇

#include

int main( )
{

int a = 10;
wchar_t str[50];

wsprintf(str, L"%d", a);

OutputDebugString(str);
}

沒有留言:

張貼留言