(原創) 写一个字符串相加产生整数的function (C/C++)
摘要:
Homework 6 & Midterm 1Write a function int AtoiPlus(const char*, const char*) that takes two C-style strings containing int digit and return the corresponding int. For example, AtoiPlus("123", "4") re... 阅读全文
posted @ 2006-11-29 18:10 真 OO无双 阅读(653) 评论(0) 推荐(0)