Best way to create a C String

Posted by Daniel on Stack Overflow See other posts from Stack Overflow or by Daniel
Published on 2010-06-14T09:53:45Z Indexed on 2010/06/14 10:12 UTC
Read the original article Hit count: 226

Filed under:
|
|
|
|

Hello,

I'm currently using char *thisvar = "stringcontenthere"; to declare a string in C.. Is this the best way to declare a string?

© Stack Overflow or respective owner

Related posts about c++

Related posts about c