import std.stdio; void main() { string firstName; readf(" %s\n", &firstName); writeln(firstName); } Thankyou Venkat
Problem with simple Formatted Input example.
Venkat Akkineni via Digitalmars-d-learn Sat, 07 Feb 2015 16:30:23 -0800
This simple program seems to just hang. I am probably missing
something. Any help is appreciated. I am using Linux with DMD.
Program compiles fine, but when enter a string & press enter, the
programs seems to wait forever without returning.
- Problem with simple Formatted Inpu... Venkat Akkineni via Digitalmars-d-learn
- Re: Problem with simple Forma... Ali Çehreli via Digitalmars-d-learn
- Re: Problem with simple F... Ali Çehreli via Digitalmars-d-learn
- Re: Problem with simp... Venkat Akkineni via Digitalmars-d-learn