Search

August 19, 2013
Learn »
...that the windows stack trace module (core.sys.windows.stacktrace) is initialized first. If this...
August 18, 2013
Learn »
...module constructor:

-----
import std.stdio;

import core.sys.windows.windows;
extern(Windows) HWND GetConsoleWindow();

shared...
August 18, 2013
Learn »
...to a file. For example:

-----
import core.sys.windows.windows;
import std.stdio;

extern(Windows...
August 17, 2013
General »
...can also recreate the bug:

-----
import core.sys.windows.windows;
import std.stdio;

alias extern...
August 08, 2013
Issues »
...stdio;
    import core.stdc.stdlib;
    import core.sys.posix.dlfcn;

    extern (C) int dll();

    int...
August 06, 2013
Genel »
...Diger dedigine gelince osx altinda c'de **sys/mman.h** dosyasi kullaniliyordu hem linux hem...
August 03, 2013
Learn »
...std.stdio;
import core.thread;
import core.sys.posix.signal;

void serverfunc ()
{
  Socket listener = new...
July 24, 2013
Learn »
...lines will work.

version(Windows) {
    import core.sys.windows.windows : FreeConsole;
    FreeConsole();
}

There is a...
July 23, 2013
Genel »
...bir kod ile sözlerimi bitirmek istiyorum :)


```
get sys
func root:Int()
{
    var HelloWorld:Str="Merhaba...
July 07, 2013
Druntime »
...src/core/sys/posix/sys/mman.d
    M src/core/sys/posix/sys/socket.d...
203 204 205 206 207 208 209 210 211 212 213
Next ›   Last »