Re: What are virtual functions?

2021-04-18 Thread Alain De Vos via Digitalmars-d-learn
Also three words are used in this context. Static binding, dynamic binding, late binding.

Re: dlang opengl / gl / glu /glut library.

2021-04-18 Thread Alain De Vos via Digitalmars-d-learn
When doing graphics the number of functions explodes. So one needs always a list, compare to a header file in c. If there are "modern" alternatives to opengl feel free.

Re: What are virtual functions?

2021-04-18 Thread ShadoLight via Digitalmars-d-learn
On Wednesday, 14 April 2021 at 14:06:18 UTC, FeepingCreature wrote: On Wednesday, 14 April 2021 at 13:43:20 UTC, Berni44 wrote: [..] Covariance is related ... [..] The opposite (contravariance) happens ... [..] Nice answer but, just to be clear - D only supports covariance on return

dlang opengl / gl / glu /glut library.

2021-04-18 Thread Alain De Vos via Digitalmars-d-learn
Is there a library with api index ?

Re: DUB Error with packcage dformlib

2021-04-18 Thread Alain De Vos via Digitalmars-d-learn
For some weird reason , https://code.dlang.org Has lots of packages without maintainer ... Git repositories which are put read-only ... I.e. no "Issues"

Re: DUB Error with packcage dformlib

2021-04-18 Thread Marcone via Digitalmars-d-learn
On Sunday, 18 April 2021 at 07:31:12 UTC, Imperatorn wrote: On Sunday, 18 April 2021 at 01:37:14 UTC, Marcone wrote: I have this message when try build dub. How solve it? Unresolvable dependencies to package dformlib app ~master depends on dformlib ~0.2.2> Just a comment, dforms is millions

Re: DUB Error with packcage dformlib

2021-04-18 Thread Imperatorn via Digitalmars-d-learn
On Sunday, 18 April 2021 at 01:37:14 UTC, Marcone wrote: I have this message when try build dub. How solve it? Unresolvable dependencies to package dformlib app ~master depends on dformlib ~0.2.2> Just a comment, dforms is millions of years old. It would be nice to see support for it again,