Re: Fun project (after a day of studying euclidean geometry) in Dlang

2017-10-05 Thread Tristan B. Kildaire via Digitalmars-d-learn
On Thursday, 5 October 2017 at 17:49:00 UTC, Tristan B. Kildaire wrote: On 2017/10/05 18:21, Tristan B. Kildaire wrote: On Thursday, 5 October 2017 at 16:00:52 UTC, Tristan B. Kildaire wrote: link to it somewhere. Beware this is my first bigg-ish program in D. You will probably laugh at some

Re: Fun project (after a day of studying euclidean geometry) in Dlang

2017-10-05 Thread Tristan B. Kildaire via Digitalmars-d-learn
On 2017/10/05 18:21, Tristan B. Kildaire wrote: On Thursday, 5 October 2017 at 16:00:52 UTC, Tristan B. Kildaire wrote: link to it somewhere. Beware this is my first bigg-ish program in D. You will probably laugh at some of the things I did. Sadly it has nothing to do with Euclidean Geometr

Re: Fun project (after a day of studying euclidean geometry) in Dlang

2017-10-05 Thread Tristan B. Kildaire via Digitalmars-d-learn
On Thursday, 5 October 2017 at 16:00:52 UTC, Tristan B. Kildaire wrote: link to it somewhere. Beware this is my first bigg-ish program in D. You will probably laugh at some of the things I did. Sadly it has nothing to do with Euclidean Geometry (maybe next time!). Will post a link as soo

Fun project (after a day of studying euclidean geometry) in Dlang

2017-10-05 Thread Tristan B. Kildaire via Digitalmars-d-learn
So I really felt like doing something in D today and decided to write a database engine. I am still working on the scheme/protocol/format for the database files (which is going well) (so far 111 lines of code in the `database.d` module). Next will be to finish the Database class up in said modu