November 30, 2013 Learn » Calling a C Function with C-style Strings | |||
|---|---|---|---|
| |||
...to call mktemp in D:
import core.sys.posix.stdlib;
import std.string: toStringz;
auto... | |||
November 29, 2013 Druntime » [D-runtime] [D-Programming-Language/druntime] 810ec4: constants for serial port speeds on linux | |||
|---|---|---|---|
| |||
...COPY
M mak/MANIFEST
A src/core/sys/linux/termios.d
M win32.mak
M... | |||
November 27, 2013 General » dynamic use dll or so file error! | |||
|---|---|---|---|
| |||
...stdio; import core.stdc.stdlib; import core.sys.posix.dlfcn; } void* getSymbolAddress(void* handle, string... | |||
November 24, 2013 Learn » Re: core.sys.posix.termios | |||
|---|---|---|---|
| |||
No, these files are usually ported when someone needs them. Just make a pull request... | |||
November 23, 2013 Learn » core.sys.posix.termios | |||
|---|---|---|---|
| |||
is there any particular reason it is missing B115200 and friends? | |||
November 19, 2013 Learn » Re: MSG_WAITALL for Sockets | |||
|---|---|---|---|
| |||
module core.sys.posix.sys.socket;
enum : uint
{
MSG_CTRUNC = 0x08,
MSG_DONTROUTE = 0x04,
MSG... | |||
November 18, 2013 Druntime » [D-runtime] [D-Programming-Language/druntime] 260523: Convert x.classinfo to typeid(x) | |||
|---|---|---|---|
| |||
...src/core/exception.d
M src/core/sys/windows/stacktrace.d
M src/core/thread... | |||
November 18, 2013 General » Re: DIP 45 - approval discussion | |||
|---|---|---|---|
| |||
You sure about that?
src:
import core.sys.windows.windows;
void main()
{
auto x = GetModuleHandleA... | |||
November 15, 2013 Learn » Re: D Program code on CLS | |||
|---|---|---|---|
| |||
...want tango.sys.Process http://www.dsource.org/projects/tango/docs/stable/tango.sys.Process... | |||
November 11, 2013 General » Re: Thoughts about D package management on Gentoo | |||
|---|---|---|---|
| |||
...be able to get away with specifying sys-devel/gcc[d] as fulfilling your virtual... | |||
Copyright © 1999-2021 by the D Language Foundation