April 30, 2006 General » Re: Compiler optimizations | |||
|---|---|---|---|
| |||
...include <conio.h> #include <time.h> //typedef int divtype; typedef double divtype; // This one is... | |||
April 30, 2006 General » Re: Compiler optimizations | |||
|---|---|---|---|
| |||
...include <conio.h> #include <time.h> //typedef int divtype; typedef double divtype; // this one is... | |||
April 30, 2006 General » Re: Compiler optimizations | |||
|---|---|---|---|
| |||
...include <conio.h> #include <time.h> //typedef int divtype; typedef double divtype; // this one is... | |||
April 29, 2006 GDC » Re: GDC with later DMD's | |||
|---|---|---|---|
| |||
...2006 @@ -131,7 +131,6 @@ #ifdef __DMC__ typedef _Complex long double complex_t; -#elif IN... | |||
April 29, 2006 GDC » Re: GDC with later DMD's | |||
|---|---|---|---|
| |||
...typedef int integer_t' ../../gcc/d/dmd/mars.h:146: error: previous declaration as `typedef... | |||
April 19, 2006 General » Re: Template specialization | |||
|---|---|---|---|
| |||
...public: typedef short some_type;
# };
#
# template <class T>
# class SomeClass< map<int, T> > {
# public: typedef... | |||
April 17, 2006 Learn » Re: Differing implementations for a function in two interfaces | |||
|---|---|---|---|
| |||
Nice idea!
#typedef uint field_no;
#typedef uint param_no;
#interface IA {
# char[] opIndex(param... | |||
April 17, 2006 Learn » Re: Differing implementations for a function in two interfaces | |||
|---|---|---|---|
| |||
...it a good design not to have typedef'ed subtypes for fieldnames and parameternames, rowindex... | |||
April 16, 2006 c++.chat » ...have to maintain stability | |||
|---|---|---|---|
| |||
...large quantity of structures which can be typedef'ed for having the same number of... | |||
April 14, 2006 c++.beta » [bug] dmc.8.48.3 extern "C" and class member-functions | |||
|---|---|---|---|
| |||
...defined
--- errorlevel 1
------------------
extern "C"{
typedef unsigned long DWORD;
typedef unsigned char BYTE;
class DXBASESAMPLE... | |||
Copyright © 1999-2021 by the D Language Foundation