|
查看: 1234|回复: 1
|
[C]学生问题[replace string in selected index]
[复制链接]
|
|
|
本帖最后由 卖女孩滴小火柴 于 11-2-2010 12:21 AM 编辑
谢谢2楼的ak1985帮我解决了一个问题
小弟现在一直想不通 要怎样replace string, 我input halo, 过后我Input smile, 要把smile replace在halo的[a], output要hsmilelo |
|
|
|
|
|
|
|
|
|
|
发表于 9-2-2010 01:31 PM
|
显示全部楼层
本帖最后由 ak1985 于 9-2-2010 01:37 PM 编辑
line 110 加 gets(str); // Consume "\n"
把 line 111 换成 fgets(str, sizeof(str), stdin); 用fgets 比较安全,可以防止buffer overflow.
Reason:
scanf_s("%d",&choice1); in line 147 will not consume the "\n". "\n" will satisfy gets() and thus 0 is printed. 0 是字串的长度. |
|
|
|
|
|
|
|
|
| |
本周最热论坛帖子
|