Boost練習程序(強制轉換)

#include <iostream> #include <string> #include <boost/lexical_cast.hpp> using namespace std; using namespace boost; int main() { string i; try { i=lexical_cast<string>(123.134); } catc
相關文章
相關標籤/搜索