reading formatted strings: readf("%s", &stringvar)

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Tue Mar 27 15:10:53 PDT 2012


On 3/27/12 12:56 PM, Matt Peterson wrote:
> GDB handles Ctrl-D differently. It doesn't close the input on the
> first one, it waits for the second one and then exits. After the
> first one it acts like you typed 'quit', which asks you if you
> really want to quit when there's a program still running.

A variety of other programs handle Ctrl-D differently (emacs, vi, etc). 
They aren't simple console input programs.

Andrei


More information about the Digitalmars-d mailing list