Re: dmd as a library

2022-11-07 Thread vushu via Digitalmars-d-learn
On Tuesday, 8 November 2022 at 06:35:43 UTC, Mike Parker wrote: On Tuesday, 8 November 2022 at 06:21:11 UTC, vushu wrote: So I do feel, that I am in need for some learning materials or guidance. You might find Lucian Danescu's DConf '22 presentation helpful: https://youtu.be/JYkb3PjIn4c

Re: dmd as a library

2022-11-07 Thread Mike Parker via Digitalmars-d-learn
On Tuesday, 8 November 2022 at 06:21:11 UTC, vushu wrote: So I do feel, that I am in need for some learning materials or guidance. You might find Lucian Danescu's DConf '22 presentation helpful: https://youtu.be/JYkb3PjIn4c

Re: dmd as a library

2022-11-07 Thread vushu via Digitalmars-d-learn
On Tuesday, 8 November 2022 at 02:55:34 UTC, max haughton wrote: On Tuesday, 8 November 2022 at 00:05:18 UTC, vushu wrote: Any where to find learning material for using dmd as a library? thanks. What do you want to do with it. Im trying to understand the idiomatic way of using visitors, si

Re: dmd as a library

2022-11-07 Thread vushu via Digitalmars-d-learn
On Tuesday, 8 November 2022 at 03:11:15 UTC, Tejas wrote: On Tuesday, 8 November 2022 at 00:05:18 UTC, vushu wrote: Any where to find learning material for using dmd as a library? thanks. https://github.com/Superbelko/dmdlib-notes This is the only resource I know of Ah thanks that's nice t

Re: dmd as a library

2022-11-07 Thread Tejas via Digitalmars-d-learn
On Tuesday, 8 November 2022 at 00:05:18 UTC, vushu wrote: Any where to find learning material for using dmd as a library? thanks. https://github.com/Superbelko/dmdlib-notes This is the only resource I know of

Re: dmd as a library

2022-11-07 Thread max haughton via Digitalmars-d-learn
On Tuesday, 8 November 2022 at 00:05:18 UTC, vushu wrote: Any where to find learning material for using dmd as a library? thanks. What do you want to do with it.

dmd as a library

2022-11-07 Thread vushu via Digitalmars-d-learn
Any where to find learning material for using dmd as a library? thanks.

RDBMS internal operation

2022-11-07 Thread Soham Mukherjee via Digitalmars-d-learn
I have a table with ten columns and would want to choose column 1 and column 9 from it. How many columns should be selected internally in RDBMS? Also, I'm not an expert in 3-Level Architecture of DBMS to understand [data independence](https://www.scaler.com/topics/data-independence-in-dbms/) bu

Re: Drawing a line code

2022-11-07 Thread rikki cattermole via Digitalmars-d-learn
On 07/11/2022 10:29 PM, Joel wrote: Ok, this is working: I'm glad to hear it! Pathing algorithms can be quite fun to mess around with.

Re: Drawing a line code

2022-11-07 Thread Joel via Digitalmars-d-learn
On Sunday, 6 November 2022 at 17:15:03 UTC, rikki cattermole wrote: On 07/11/2022 5:48 AM, Joel wrote: The algorithm is too hard for me to work out and dg2d doesn't help either. I want my code fixed up so that works from any two points. Its not as complex as that page initially looks. ``` pl