批踢踢實業坊
›
看板
C_and_CPP
關於我們
聯絡資訊
返回看板
作者
devilarise (Devil)
看板
C_and_CPP
標題
Re: [問題] 字元
時間
Fri Jun 29 17:38:50 2012
ㄜ~你的方法雖然可以work, 但是感覺很糟糕, 就是根本硬凹 正常來說, char要轉成int, 你只要稍微google一下 應該都能找到atoi的函式的, 請使用正確的方式學習程式@@ 範例: char words[] = "123"; int result = 0; result = atoi(words); --
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 61.220.207.97
推
willy01
:感謝你的幫助 謝謝
06/29 20:56