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: 261

Filed under:
|
|

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

Related posts about c

    Related posts about string-manipulation