File Input

JV via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat May 13 21:15:02 PDT 2017


On Monday, 8 May 2017 at 10:34:42 UTC, k-five wrote:
> On Monday, 8 May 2017 at 10:22:53 UTC, JV wrote:
>> On Monday, 8 May 2017 at 09:26:48 UTC, k-five wrote:
>>> On Monday, 8 May 2017 at 08:54:50 UTC, JV wrote:
>
> ---------------------------------------------------
>
> If I continue to learn D I will do but there is no guarantee
> and it got ready :)
> https://github.com/k-five/D-By-Example
>
> if you have git, download them:
> git clone https://github.com/k-five/D-By-Example.git

Hey i'm not sure if i should create a new post for this but
how should i fix this it doesn't pause and store but just keeps 
reading

         string studNum;

         readf("%s",&studNum);
         write(studNum);


More information about the Digitalmars-d-learn mailing list