C++ - Alternative to Integer.parseInt() and String.valueOf()
本问题已经有最佳答案,请猛点这里访问。
在C++中。C++中的Java.PARSETIN()和Stry.ValueOf()的替代方案是什么?
对于EDCOX1,0,您可以使用STD::STOI,STD::
对于EDCOX1,1个替代方案,您可以STD::OSTRIGSTROW,SCANTFF,STD::ToStand等。
建议:C++ 11 EDOCX1、2和
我更喜欢使用sstream。
你可以使用ATOI C++函数。
1 | int atoi (const char * str); |
Convert string to integer Parses the C-string str interpreting its
content as an integral number, which is returned as a value of type
int.
参考:http://www.cplusplus.com/reference/cstdlib/atoi/