摘要: 1. 字符串转数字 如将“32”转为32,将“3.1415”转为3.1415,将“567283”转为567283。使用: //Convert string to integer, more @http://www.cplusplus.com/reference/clibrary/cstdlib/atoi/ int atoi ( const char * str ); //Convert... 阅读全文
posted @ 2015-08-21 16:19 bohaoist 阅读(3693) 评论(0) 推荐(0)