Integer to a String
-
I would like to know how to convert from integer to a string, actually I would like to know how to implement the function 'itoa()'. Please provide C code. Thanks.
-
I would like to know how to convert from integer to a string, actually I would like to know how to implement the function 'itoa()'. Please provide C code. Thanks.
hi, int A=8; string b=A.ToString(); :) And i am not getting what you mean to explain through this 'itoa()'. Will explain this ?:doh: ************************** S r e e j i t h N a i r **************************
-
-
hi, int A=8; string b=A.ToString(); :) And i am not getting what you mean to explain through this 'itoa()'. Will explain this ?:doh: ************************** S r e e j i t h N a i r **************************
-
First, I don't think that is possible. You are going to have to call some part of the .NET Framework at some point. Second, why don't you want to call "any library function"?
Do you want to know more? Not getting the response you want from a question asked in an online forum: How to Ask Questions the Smart Way!
-
ok... but creating an "int" you are using the .NET BCL (base class library). By creating a string you are using the .NET BCL... I think you must be after something in C, not C#. Check the C++ forum. Regards, Brian Dela :-) http://www.briandela.com IE 6 required.
http://www.briandela.com/pictures Now with a pictures section :-D
http://www.briandela.com/rss/newsrss.xml RSS Feed