June 01, 2006 Learn » Re: template question | |||
|---|---|---|---|
| |||
...probably do it like this: typedef int IMAGE_DOS_HEADER; typedef int IMAGE_NT_HEADERS... | |||
May 31, 2006 General » Re: Function pointer argument to function template | |||
|---|---|---|---|
| |||
...looks like this: # typedef uint Arglen0 = 0; # typedef uint Arglen1 = 1; # typedef uint Arglen2 = 2... | |||
May 29, 2006 Learn » Re: How to test if float is NaN? | |||
|---|---|---|---|
| |||
...their use: eg typedef float80pad96 real; // a Linux32 80-bit real typedef float80pad128 real; // a... | |||
May 27, 2006 Issues » Re: htod and size_t | |||
|---|---|---|---|
| |||
...include a header with size_t defined/typedef'd (use -Ipath/to/header) or define... | |||
May 23, 2006 Announce » Re: htod - convert C .h files to D import files | |||
|---|---|---|---|
| |||
...be the reason why it's not typedef'en explicitely. This header is from the... | |||
May 23, 2006 Announce » Re: htod - convert C .h files to D import files | |||
|---|---|---|---|
| |||
...type or merely to make it a typedef of unsigned short. I prefer the former... | |||
May 23, 2006 General » Re: Minor problems with templates and mixins | |||
|---|---|---|---|
| |||
...main() {
foo!(float)('a');
}
[snip]
The template-typedef(alias) workaround seems to work as a... | |||
May 22, 2006 Announce » Re: htod - convert C .h files to D import files | |||
|---|---|---|---|
| |||
//C typedef signed char GLbyte; alias sbyte GLbyte; >dmd gl.d gl.d(42): identifier... | |||
May 17, 2006 General » Re: A gentle critque.. | |||
|---|---|---|---|
| |||
...would be a great idea too. Yes. Typedef or alias shouldn't make a difference... | |||
May 17, 2006 General » Re: A gentle critque.. | |||
|---|---|---|---|
| |||
...type in their programs, could we use typedef or alias to get better performance? 4... | |||
Copyright © 1999-2021 by the D Language Foundation