Search

June 01, 2006
Learn »
...probably do it like this:

typedef int IMAGE_DOS_HEADER;
typedef int IMAGE_NT_HEADERS...
May 31, 2006
General »
...looks like this:

# typedef uint Arglen0 = 0;
# typedef uint Arglen1 = 1;
# typedef uint Arglen2 = 2...
May 29, 2006
Learn »
...their use:
eg
typedef float80pad96 real;  // a Linux32 80-bit real
typedef float80pad128 real; // a...
May 27, 2006
Issues »
...include a header with size_t defined/typedef'd (use -Ipath/to/header) or define...
May 23, 2006
Announce »
...be the reason why it's not typedef'en explicitely. This header is from the...
May 23, 2006
Announce »
...type or merely to make it a typedef of unsigned short.  I prefer the former...
May 23, 2006
General »
...main() {
  foo!(float)('a');
}

[snip]

The template-typedef(alias) workaround seems to work as a...
May 22, 2006
Announce »
//C typedef signed char GLbyte;
alias sbyte GLbyte;

>dmd gl.d
gl.d(42): identifier...
May 17, 2006
General »
...would be a great idea too.

Yes.

Typedef or alias shouldn't make a difference...
May 17, 2006
General »
...type in their programs, could we use typedef or alias to get better performance?
4...
267 268 269 270 271 272 273 274 275 276 277
Next ›   Last »