c++將字符轉換成字符串

轉載:https://blog.csdn.net/dididisailor/article/details/83189135html 1 char c; 2 string str; 3 stringstream stream; 4 stream << c; 5 str = stream.str();   轉載於:https://www.cnblogs.com/Toya/p/11243270.htm
相關文章
相關標籤/搜索