Index: [thread] [date] [subject] [author]
  From: Wen Zhang <zhangw@duke.edu>
  To  : 
  Date: Thu, 28 Jan 1999 00:42:47 -0500

itoa

Can someone help me to figure out my following problem?

I have 

int num1;
int num2;

if I doing like 

int num3=num1+num2;

Now I have to change num3 to string, how can I do that? can I use itoa, 
if possible, how to use?

Thanks!





 


Index: [thread] [date] [subject] [author]