Search

June 30, 2007
Announce »
...item> true </item>
       <item> try </item>
       <item> typedef </item>
       <item> typeid </item>
       <item> typeof </item...
June 25, 2007
General »
...a systems language. 

the point of the typedef I J {...} would be to let the...
June 25, 2007
General »
Reply to Robert,

how about 

|typedef int myInt
|{
|  static addCount=0; // static members? why not...
June 23, 2007
Issues »
...digitalmars.com
        ReportedBy: paching@gmail.com


typedef Exception A;
typedef Exception B;

void main() {
  try...
June 18, 2007
Learn »
...I have done this befor

typedef char[] char_str
typedef char_str* char_str_ptr...
June 14, 2007
General »
...just use latin-1 as the encoding.

typedef ubyte latin1_char;
alias latin1_char[] latin1...
June 05, 2007
Learn »
...PServer" )
#define PSERVERLIB extern "C" __declspec( dllimport )

typedef BOOL (CALLBACK *ONCONNECTPROC)( PCONNECTION pConnection );


//###############################################################################################################//
BOOL CALLBACK...
June 04, 2007
Issues »
...not a lvalue".

 void main() {

     struct Foo {
         typedef int Y;
     }

     with (Foo) { //Error: Foo is...
May 24, 2007
c++.mfc »
Redine struct as

typedef struct
{
int a,b,c;
CString s;
}my_struct;

or

class...
May 23, 2007
General »
...definition `Th':

import std.stdio;
typedef T delegate() Th;
typedef Th delegate() T;
T g...
237 238 239 240 241 242 243 244 245 246 247
Next ›   Last »