Questions tagged «atoi»

12
如何在C中将字符串转换为整数?
我试图找出是否存在将字符串转换为C中的整数的另一种方法。 我定期在代码中设置以下内容。 char s[] = "45"; int num = atoi(s); 那么,有没有更好的方法或另一种方法?
260 c  string  atoi 

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.