char chInput[512] ; sprintf(chInput,"k5: int:%d\n",500); OutputDebugString( chInput );
C89:vs输出调试信息
原文:https://www.cnblogs.com/k5bg/p/11511177.html