看板 C_and_CPP 關於我們 聯絡資訊
※ 引述《dodomax (肥狗)》之銘言: : 我有include stdio.h也有stdlib.h : 可是用itoa會產生錯誤訊息 : 只能改用spintf : 可是我還是不太懂為什麼我無法使用itoa? #include <iostream> using namespace std; main() { char *a="123"; int s=atoi(a); cout<<s+2<<"\n"; cout<<a+1<<"\n"; system("PAUSE"); } -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 60.198.94.131
smallworld:#include<cstdlib> 06/14 11:39