Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <80575AFA5F0DD31197CE00805F650D7602CF95@wilber.adroit.com>
From: "Robinow, David" <drobinow@dayton.adroit.com>
To: cygwin@cygwin.com
Subject: RE: How to represent multi-line strings?
Date: Mon, 30 Jul 2001 11:16:38 -0400
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2650.21)
Content-Type: text/plain;
	charset="iso-8859-1"

> From: vaithal s [mailto:vaithal@hotmail.com]
> Subject: How to represent multi-line strings?
> I am a windows programmer. I am new to this list. I want to 
> know, how to 
> represent multi-line strings in GNU compliers? In MSVC, we represent 
> multiline strings like this:
> char *str = "This is\
>              a multi-line\
>              string";

 This is not the place to ask questions about GNU compilers, unless you have
reason to think that a compiler is behaving differently under Cygwin than it
does on the numerous other platforms under which it is suppported.
 I suggest you try a simple test program and see how it works.
 Perhaps a book on the C language might help. 

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

