Quote Originally Posted by PeterNguyen View Post
One more thing I'm confusing that is: These APIs e.g atoi, atof, strtod,.. etc only can covert ASCII string to number? If we use convert from Unicode to number, what is the problem?
To convert Unicode string to integer, use _wtoi().