 |
int double std:string之間的互轉 - ArduousBonze的專欄 - 博客頻道 - CSDN.NET
如何將int,double轉std::string? (C/C++) (template)std::string為library type,而int、double為built-in type,兩者無法互轉,這裡使用function template的方式將int轉std::string,將double轉std:string。 1/**//* 2(C) OOMusou 2006 http:/
blog.csdn.net |
 |