help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Warning message regarding string length


From: Stephen Gross
Subject: Re: Warning message regarding string length
Date: Tue, 14 Oct 2003 13:23:35 -0400 (EDT)

> Here is the response I received from my developer.
>
> ***************
> No, there should not be a comma between each string.  This is because this
> is how we must define a string's content which, as a whole, extends past
> the 80 character width in the "C" file.  This tells the compiler that all
> the separate strings defined are just one big single string and that they
> all get concatenated together.   It is this single concatenated string that
> gets assigned to the character pointer variable.
> ***************
>
> Thanks.

Well, that's pretty weird. I've never heard of doing that. Maybe there's a
better way to concatenate the strings...

--Steve





reply via email to

[Prev in Thread] Current Thread [Next in Thread]