String concatenation in C
Posted
by Mechko
on Stack Overflow
See other posts from Stack Overflow
or by Mechko
Published on 2010-04-28T04:49:48Z
Indexed on
2010/04/28
4:53 UTC
Read the original article
Hit count: 280
if I want to construct a const char *
out of several primitive type arguments, is there a way to build the string using a similar to the printf
?
© Stack Overflow or respective owner