I would argue that this should be done by dmd as it knows where the VS
installation is and it'll catch people out who aren't using dub.
On Saturday, 12 August 2023 at 06:47:50 UTC, Joel wrote:
writeln(name[].each!(n => n.write)); // get
"christensenyes" //, " <> ", name[].sort!"a>b".each!(n =>
n.write));
This writes each character individually, and then at the end
writes the result of `each` with a newline.
In this cas
On Saturday, 12 August 2023 at 23:30:34 UTC, ryuukk_ wrote:
On Saturday, 12 August 2023 at 23:22:20 UTC, thePengüin wrote:
On Saturday, 12 August 2023 at 23:18:16 UTC, Adam D Ruppe
wrote:
[...]
Where could I get more information? I can't find this link
"import core.sys.windows.windows"
It'
On Saturday, 12 August 2023 at 23:22:20 UTC, thePengüin wrote:
On Saturday, 12 August 2023 at 23:18:16 UTC, Adam D Ruppe wrote:
On Saturday, 12 August 2023 at 23:13:39 UTC, thePengüin wrote:
I would know how to make some this but in Dlang:
best way is to use the linker switch.
On Win32,
On Saturday, 12 August 2023 at 23:18:16 UTC, Adam D Ruppe wrote:
On Saturday, 12 August 2023 at 23:13:39 UTC, thePengüin wrote:
I would know how to make some this but in Dlang:
best way is to use the linker switch.
On Win32, you can pass -L/subsystem:windows if you don't want a
console t
On Saturday, 12 August 2023 at 23:13:39 UTC, thePengüin wrote:
I would know how to make some this but in Dlang:
best way is to use the linker switch.
On Win32, you can pass -L/subsystem:windows if you don't want a
console to be automatically allocated.
Please note when compiling on Win6