http://stackoverflow.com/questions/18196232/how-to-print-double-using-wsprintf
wsprintf doesn't support floating point. The mistake is using it at all.
라는데 실수 값을 못 넣는거임?
"%f"가 안된다고?
http://stackoverflow.com/questions/18196232/how-to-print-double-using-wsprintf
wsprintf doesn't support floating point. The mistake is using it at all.
라는데 실수 값을 못 넣는거임?
"%f"가 안된다고?
댓글 0