int to string

J

John Hanley

Hello,

I have an int I need to concatenate into a string. I am trying to make a
string out of (string + int), but I haven't been able to figure out how to
convert that int into a string.

Any suggestions?

Thanks a bunch!

John
 
K

Kieran Simkin

John Hanley said:
Hello,

I have an int I need to concatenate into a string. I am trying to make a
string out of (string + int), but I haven't been able to figure out how to
convert that int into a string.

Any suggestions?

Try sprintf (or snprintf in C99).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,146
Messages
2,570,832
Members
47,374
Latest member
EmeliaBryc

Latest Threads

Top