Search

February 28, 2011
General »
...lines...


Time ago in D there was typedef for this. There are many problems with...
February 28, 2011
General »
...with a usual struct wrapper aka strong typedef.

To catch bug with argument types you...
February 24, 2011
General »
...with OOP) have pushed Andrei to remove typedef from D. So be careful,
or we...
February 23, 2011
General »
...with typedef (that doesn't play well with OOP) have pushed Andrei to remove typedef...
February 18, 2011
Issues »
...return 0;
}

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

// C code
#include "stdio.h"
typedef unsigned long uint;

int main() {
    uint total...
February 17, 2011
Issues »
...initialization value (expecially after the deprecation of 'typedef', that used to allow the definition of...
February 15, 2011
General »
...in C code for typedef'ed types.

like
  struct foo_s { ... };
  typedef struct foo_s...
February 10, 2011
GDC »
...Buclaw Wrote:

I tried to use the typedef'd types, but even with simple ops...
February 10, 2011
GDC »
...two ICEs when using arithmetic operations (+,-,/,*,=) for typedef'd types with vector attributes assigned to...
February 09, 2011
Learn »
...an alias (and in past, to a typedef):
alias Example Foo;


I don't yet...
155 156 157 158 159 160 161 162 163 164 165
Next ›   Last »