沙圣霖 wrote:
> I want to know that if the functoin "atoi" can be used like this :
>   atoi(a),
>   (a is a name of an array,and it is "char")
>   can it put out int a[]?

Didn't you just ask this question earlier today?

atoi() returns what it says it returns.  If you need the output in some
other format, write code to convert the output to your desired output.

-- 
Thomas Hruska
CubicleSoft President
Ph: 517-803-4197

*NEW* MyTaskFocus 1.1
Get on task.  Stay on task.

http://www.CubicleSoft.com/MyTaskFocus/

Reply via email to