Search

April 02, 2007
c++ »
...tut>   dmc -A -r  adriantut_1.c
typedef wchar_t WCHAR;    // wc,   16-bit UNICODE...
March 30, 2007
Issues »
http://d.puremagic.com/issues/show_bug.cgi?id=1062





------- Comment #2 from bugzilla@digitalmars...
March 29, 2007
c++.stlsoft »
...the same (because wchar_t is a typedef); on VC8 these are different because wchar...
March 29, 2007
c++.stlsoft »
...the same (because wchar_t is a typedef); on VC8 these are different because wchar...
March 29, 2007
Issues »
...run/t/typedef_22_A.d http://dstress.kuehne.cn/run/t/typedef_22_B...
March 26, 2007
Issues »
http://d.puremagic.com/issues/show_bug.cgi?id=1062


tomas@famolsen.dk changed:

           What...
March 24, 2007
c++ »
...type


template <class T>
class Base
{
protected:
    typedef typename T::privIC Tpriv;
    Tpriv  *tprivptr;
public...
March 21, 2007
General »
...have been implemented is by enhanced typedefs.  For example:

    typedef char[] String {
        char[] toUpper() { ... }
    }

Stewart.
March 20, 2007
General »
...Sauls,

You could do something like this.

typedef int function(int) callback


int foo(int...
March 20, 2007
General »
...it?

The trouble is that D's typedef does not allow you to extend the...
240 241 242 243 244 245 246 247 248 249 250
Next ›   Last »