July 06, 2013 Genel » Programlama Dili Hangisinde Olmalı Linux ta mı? Windows ta mı? | |||
|---|---|---|---|
| |||
...geliştirilirse WinApi kullanması zorunlu. Linux ta geliştirilirse sys komutlarını kullanacak ilk önce hangisinden gitmeliyiz sizce... | |||
July 05, 2013 Issues » [Issue 10545] New: Mostly portable way to set stdout/stdin mode | |||
|---|---|---|---|
| |||
...on Windows): import os, msvcrt msvcrt.setmode(sys.stdout.fileno(), os.O_BINARY) I think... | |||
July 04, 2013 Learn » Re: stdout in binary mode | |||
|---|---|---|---|
| |||
...find much: import core.sys.posix.unistd: setmode; import core.sys.posix.stdio: fileno; import... | |||
July 04, 2013 Learn » Re: stdout in binary mode | |||
|---|---|---|---|
| |||
core.sys.posix.unistd setmode isn't actually standard C nor of the Posix standard... | |||
July 04, 2013 Learn » Re: stdout in binary mode | |||
|---|---|---|---|
| |||
...I use: import os, msvcrt msvcrt.setmode(sys.stdout.fileno(), os.O_BINARY) Bye, bearophile | |||
July 01, 2013 Learn » Re: C standard libraries | |||
|---|---|---|---|
| |||
...libs, it is core.sys.posix.unistd; /* <unistd.h> */ core.sys.windows.windows /* <windows.h... | |||
June 30, 2013 Learn » Re: Windows parameter | |||
|---|---|---|---|
| |||
...trouble. --- Cut here, I looked into core.sys.windows.windows: --- alias void *HANDLE; alias HANDLE... | |||
June 30, 2013 Learn » Re: Windows parameter | |||
|---|---|---|---|
| |||
...gdi32.lib");
import core.runtime;
import core.sys.windows.windows;
extern (C++) {
int setHWND(HWND... | |||
June 30, 2013 Learn » Windows parameter | |||
|---|---|---|---|
| |||
...gdi32.lib");
import core.runtime;
import core.sys.windows.windows;
extern (C++) {
int setHWND(HWND... | |||
June 29, 2013 Druntime » [D-runtime] [D-Programming-Language/druntime] 052921: Add types and constants for Linux/PPC64. | |||
|---|---|---|---|
| |||
...src/core/sys/posix/sys/mman.d
M src/core/sys/posix/sys/socket.d... | |||
Copyright © 1999-2021 by the D Language Foundation