On Tue, 17 Aug 2004 15:04:16 +0200, "Gernot Frisch" <>
wrote in comp.lang.c++:
> > "now " "a " "lot " "of " "text"
> >
> > is equivalent to "now a lot of text".
> > In other words: The compiler will catanate individual string
> > literals into one literal on its own.
>
> Crap! 5 years of programming things like:
>
> printf(" Here\n\
> comes \
> my \
> text");
> and now you tell me I can add comments and indentination with "" ""...
> Bohooo.. All my pretty source code looks like a piece of #*%& because
> I didn't know that.
> -Gernot
Yes, since the very first 1989 ANSI C standard.
--
Jack Klein
Home:
http://JK-Technology.Com
FAQs for
comp.lang.c
http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++
http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~a...FAQ-acllc.html