Re: Getline delimiter
From: Rolf Magnus (ramagnus_at_t-online.de)
Date: 11/14/03
- Next message: Victor Bazarov: "Re: Inheriting overloaded operators"
- Previous message: Ken Shaw: "Re: anyone know any delta compression libraries?"
- In reply to: Chris Schumacher: "Getline delimiter"
- Next in thread: Victor Bazarov: "Re: Getline delimiter"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 14 Nov 2003 01:24:55 +0100
Chris Schumacher wrote:
> Is there a way to set the delimiter to the "enter" key? I've tried the
> ASCII values for carriage return,
I guess you mean newline here.
> line feed, form feed, and even null but it doesn't work.
"doesn't work" is not a good description. Post a minimal, but complete
program that shows the behaviour you observe and describe what happens
instead of the expected.
The default delimeter for getline is newline, so it should actually work
if you don't explicitly provide one.
- Next message: Victor Bazarov: "Re: Inheriting overloaded operators"
- Previous message: Ken Shaw: "Re: anyone know any delta compression libraries?"
- In reply to: Chris Schumacher: "Getline delimiter"
- Next in thread: Victor Bazarov: "Re: Getline delimiter"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|