Re: tried to use wstring in my terminal and see what happened.

2014-08-30 Thread Cassio Butrico via Digitalmars-d-learn
On Sunday, 31 August 2014 at 03:18:57 UTC, Vladimir Panteleev wrote: On Friday, 29 August 2014 at 22:01:58 UTC, Cassio Butrico wrote: Anyone help me... I am using the version for the windows dmd v 2.066 to last I believe. tried to use wstring in my terminal and see what happened. name

Re: tried to use wstring in my terminal and see what happened.

2014-08-30 Thread Vladimir Panteleev via Digitalmars-d-learn
On Friday, 29 August 2014 at 22:01:58 UTC, Cassio Butrico wrote: Anyone help me... I am using the version for the windows dmd v 2.066 to last I believe. tried to use wstring in my terminal and see what happened. name = cast(wstring)chomp(readln()); This line is incorrect. You are

tried to use wstring in my terminal and see what happened.

2014-08-29 Thread Cassio Butrico via Digitalmars-d-learn
Anyone help me... I am using the version for the windows dmd v 2.066 to last I believe. tried to use wstring in my terminal and see what happened. wstring name; write("wstring - write a name: "); //readf("%s\n", &name); name = cast(wstring)chomp(rea