Search

April 26, 2011
General »
...int x, int y) {
                   ^
1 warning generated.

---------------------------

typedef unsigned int UINT;
int main(int argc...
April 19, 2011
Issues »
http://d.puremagic.com/issues/show_bug.cgi?id=4543


Walter Bright <bugzilla@digitalmars.com...
April 15, 2011
Announce »
...p

Oddly enough, this one will throw:
typedef struct {
    int field;
} MyType;
int main(int...
April 14, 2011
Duyuru »
...bir C kütüphane başlığı olsun:


```
// foo.h

typedef struct S
{
   char c;
   double d;
} S...
April 09, 2011
Issues »
...50 PDT ---
import std.stdio;
void main()
{
    typedef void* HANDLE;
    HANDLE hnd;
    write(hnd);
}

D...
April 09, 2011
Learn »
...a type that is a typedef to say a void*:
typedef void* HANDLE

struct S...
March 28, 2011
General »
...on as a ValueType to a quantity:
typedef Quantity!(City, BoundedInt!(0,100)) CityID;

And...
March 28, 2011
General »
...SomeUnitBaseType!(...) {}
struct Second    : SomeUnitBaseType!(...) {}

typedef DerivedUnit!(MetreType,1,Second,-1) MetresPerSecond;
typedef DerivedUnit!(MetreType,2...
March 24, 2011
Issues »
http://d.puremagic.com/issues/show_bug.cgi?id=4543




Here (and in StructDeclaration), if...
March 24, 2011
Issues »
...d ===
import b4543;

class bclass {};
typedef bclass Tclass;

struct bstruct {}
typedef bstruct Tstruct;

=== b4543.d...
152 153 154 155 156 157 158 159 160 161 162
Next ›   Last »