Re: At D-Conf, Mike Shah's students presented a project. Is it in GitHub? Cant find it.

2023-09-25 Thread Mike Shah via Digitalmars-d-learn
On Saturday, 23 September 2023 at 05:56:31 UTC, WhatMeWorry wrote: Wanted to study code. I watched the video talk. But i couldn't see any URL etc.. Believe it was called Draw. https://github.com/abstewart/DRaw

Re: How can i find my LAN IP Address using std.socket?

2023-02-21 Thread Mike Shah via Digitalmars-d-learn
On Tuesday, 4 February 2014 at 22:31:53 UTC, Dicebot wrote: On Tuesday, 4 February 2014 at 20:19:14 UTC, TheFlyingFiddle wrote: I'm setting up a simple local network enabling me to connect phones to the computer through the local wi-fi. The simplest way i could think of to make this work

Re: having troubles with D and Vulkan.

2023-07-19 Thread Mike Shah via Digitalmars-d-learn
On Wednesday, 19 July 2023 at 07:39:35 UTC, Danni Coy wrote: https://pastebin.com/JxxJufNB What platform are you using, and how are you trying to build? I can try to replicate on my end.

Re: having troubles with D and Vulkan.

2023-07-23 Thread Mike Shah via Digitalmars-d-learn
); On Thu, Jul 20, 2023 at 4:22 PM Danni Coy wrote: https://pastebin.com/Jc9ZaFFs Redid the code as an almost exact translation of the C code. should be easier to test and compare. Same issue is occurring. On Thu, Jul 20, 2023 at 5:30 AM Mike Shah via Digitalmars-d-learn wrote: > [...] Good w

Re: I Did It! Calling D Library from Objective C in XCode on OSX

2024-01-04 Thread Mike Shah via Digitalmars-d-learn
On Thursday, 4 January 2024 at 14:17:01 UTC, pizza_dox_ wrote: On Monday, 14 December 2015 at 10:09:29 UTC, Mike McKee wrote: I finally managed to get it working, using some help from this forum and stackoverflow.com, and a little bit of random luck with tests. [...] Hello dlang forum,

Re: Would you recommend TDPL today?

2024-01-15 Thread Mike Shah via Digitalmars-d-learn
On Tuesday, 16 January 2024 at 02:58:03 UTC, Jonathan M Davis wrote: On Monday, January 15, 2024 7:25:32 PM MST matheus via Digitalmars-d-learn wrote: [...] [...] that have since changed or which were never implemented (e.g. synchronized classes never became a thing; synchronized functions

Re: anonymous structs within structs

2023-12-04 Thread Mike Shah via Digitalmars-d-learn
On Monday, 4 December 2023 at 18:26:07 UTC, DLearner wrote: Suppose we need a construct like: ``` void main() { struct A { int I1; int I2; char X; } struct B { A Dummy; int Var1; int Var2; } } ``` But do not want to give an explicit name (like

Re: Boneheaded question regarding compilation...

2024-04-02 Thread Mike Shah via Digitalmars-d-learn
On Monday, 1 April 2024 at 21:23:50 UTC, WhatMeWorry wrote: Huge fan of Mike Shah's YouTube videos regarding D and his latest for D conference: https://mshah.io/conf/24/DConf%20%20Online%202024%20_%20The%20Case%20for%20Graphics%20Programming%20in%20Dlang.pdf So I installed github desktop