November 02, 2006 General » Re: Variadic templates | |||
|---|---|---|---|
| |||
...It would allow something like this: // byte swap every member of each argument template ByteSwap... | |||
October 31, 2006 Announce » Re: GDC 2006 2D Physics Demo for D | |||
|---|---|---|---|
| |||
...is 1.2.0, and SDL_GL_SWAP_CONTROL is only available starting with 1... | |||
October 31, 2006 Announce » Re: GDC 2006 2D Physics Demo for D | |||
|---|---|---|---|
| |||
...could try SDL_GL_SetAttribute(SDL_GL_SWAP_CONTROL, 1)[1]. Put it before the... | |||
October 25, 2006 General » heap and insertion sorts | |||
|---|---|---|---|
| |||
...int n ) { return n*2 + 2; }
void swap( int a, int b )
{
T temp = array... | |||
September 21, 2006 Issues » strange _sort_ of bug | |||
|---|---|---|---|
| |||
...here: Thread stopped. MVIEW!_D6object8TypeInfo4swapFPvPvZv+0x1a TypeInfo.swap() ?? stop occurs at 0x0041bf86 in the following... | |||
September 12, 2006 General » Re: Mixin layers and cyclic dependencies | |||
|---|---|---|---|
| |||
...alias y)
{
class fish {}
}
// But if you swap the order of these next two lines... | |||
September 10, 2006 General » Re: No struct extending? | |||
|---|---|---|---|
| |||
...no-one should ever write an endian-swap function - after all, struct layouts are platform... | |||
September 03, 2006 General » Re: What exactly is memory usage? | |||
|---|---|---|---|
| |||
...space that has been allocated in the swap file to hold the contents of the... | |||
August 21, 2006 General » Re: Lazy eval | |||
|---|---|---|---|
| |||
...for generic programming - like being able to swap out a delegate for something else entirely... | |||
August 09, 2006 DWT » Binding win32 window to a D class | |||
|---|---|---|---|
| |||
...pointer might become invalid as GC could swap / compact memory. This is covered in "Garbage... | |||
Copyright © 1999-2021 by the D Language Foundation