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
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
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