char buf[256];
 sprintf(buf,"%d \n",nFingerCount);
 OutputDebugString(buf);

아주 유용하게 쓰인다 ^^
Posted by Tommy™
,