I\'m using https://bitbucket.org/goshawk/gdc/downloads/gcc-4.5.2-tdm-1-gdc-r575-20110723.zip with TDM GCC 4.5.2 in -v2 mode to build a DLL. In one of the modules I do import std.stdint. So I thought I
I grabbed the \"dmd D 2.0 compiler 1-click install for Windows\" from http://www.digitalmars.com/d/download.html, installed, and tried to compile the hello world example from \"The D Programming Langu
Ijust downloaded GDC (gcc-4.5.2-tdm-1-gdc-r575-20110723.zip) to use with MinGW-w32, and upon trying to compile/link a file, I got these errors:
I have a D mixin that I\'d like to use to generate a switch statement (case values, specifically) on string values, but despite KeyValues having entries in it and providing the right key values, the d
assert(0.1 + 0.2 != 0.3); // shall be true is my favorite check that a language uses native floating point arithmetic.
I\'m interested in creating a function Derivative that returns a 开发者_开发问答function that is the derivative of some function that is passed to it, at some point.However, I want to be able to speci
In 10, or even 5 years there will be no [Edit2: server or desktop] 32-bit CPUs. So, are there any advantages in using int (32bit) over long (64bit) ?
I would like to get the names and values from an enum type in D2. I know I can get enum values using std.traits but what about the names?
Can someone please fill me in on how one would go about building a Makefile to compile *.d sources with gdc?
I\'m new using the D programming language and I was wondering if D can make us开发者_StackOverflow中文版e of the Serial port or usb port? That would presumably involve system calls of some kind, which