に私はCコードの部分を持っている:どのようATOIとキャストint型()のInt32
Int32 tmp = atoi("314");
これは、エラーがスローされます:
error: Int32 undeclared (first use in this function)
私がなぜ分かりませんか?私たちを手伝ってくれますか?
sys/socket.h
netinet/in.h
arpa/inet.h
stdio.h
stdlib.h
string.h
:
strings.h
は、多分それは#include
sの問題です
あなたはint tmp = atoi( "314"); ' – thumbmunkeys