Search

April 30, 2006
General »
...include <conio.h>
#include <time.h>

//typedef int divtype;
typedef double divtype; // This one is...
April 30, 2006
General »
...include <conio.h>
#include <time.h>

//typedef int divtype;
typedef double divtype; // this one is...
April 30, 2006
General »
...include <conio.h>
#include <time.h>

//typedef int divtype;
typedef double divtype; // this one is...
April 29, 2006
GDC »
...2006
@@ -131,7 +131,6 @@

 #ifdef __DMC__
 typedef _Complex long double complex_t;
-#elif IN...
April 29, 2006
GDC »
...typedef int integer_t'
../../gcc/d/dmd/mars.h:146: error: previous declaration as `typedef...
April 19, 2006
General »
...public: typedef short some_type;
# };
#
# template <class T>
# class SomeClass< map<int, T> > {
#   public: typedef...
April 17, 2006
Learn »
Nice idea!

#typedef uint field_no;
#typedef uint param_no;

#interface IA {
#	char[] opIndex(param...
April 17, 2006
Learn »
...it a good design not to have typedef'ed subtypes for fieldnames and parameternames, rowindex...
April 16, 2006
c++.chat »
...large quantity of structures which can be typedef'ed for having the same number of...
April 14, 2006
c++.beta »
...defined
--- errorlevel 1

------------------
extern "C"{
  typedef unsigned long DWORD;
  typedef unsigned char BYTE;

  class DXBASESAMPLE...
269 270 271 272 273 274 275 276 277 278 279
Next ›   Last »