看板 C_and_CPP 關於我們 聯絡資訊
#include <stdio.h> #include <string.h> void main() { char c[50]= "1111133242"; printf("%s\n", substr(c, 1, 6)); printf("%s\n", substr(c, -2,3 )); } 這樣子還是有錯 請問要使用substr還需要注意什麼嗎? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.134.115.251
ilway25:不是這樣用吧.. 05/04 20:55