programming Solution to Windows ioctls are hard I solved the ReadCapacity issues I was having in sgio.d on Windows! This is a major milestone for me because I've been stuck on this problem for over two months. My issue
programming Windows ioctls are hard I've been adding a few interesting SCSI calls to my sgio.d project, such as ReadCapacity (get the size of the volume) and Read16 (read some raw blocks), and it all works fine
programming Another bug report When I was switching my toy project sgio.d to dmd 2.067.1, I came across another compiler error. Cool! I submitted an issue on the bug tracker, and it looks like
programming My First D Compiler Bug Report I discovered a D compiler regression when I made the move to dmd 2.067.1! Finding a bug may not sound like much to most, but it's my first not-previously-discovered issue in
Dlang Installing D language dmd dub on Ubuntu D language is an object-oriented, statically typed language with C-like syntax and executes as fast as C++. Below is how to install the D language compiler (dmd) and package manager (dub) for apt-get