October 17 Learn » Re: Would appreciate some help porting Q3VM to D (mainly C macros and type conversions) | |||
|---|---|---|---|
| |||
...is an SIGSEGV, like in any other unix/linux program. One thing that you might... | |||
August 30 General » Re: interpolation proposals and safety | |||
|---|---|---|---|
| |||
...low level, works as one of those unix pipelines. You ought to be more careful... | |||
August 22 General » Re: ImportC and nothrow/@nogc? | |||
|---|---|---|---|
| |||
...that in other platforms, not even on UNIX where C++ was born alongside C. I... | |||
August 04 General » I wrote an AR archive (.a files) parser in D | |||
|---|---|---|---|
| |||
...Wikipedia](https://en.wikipedia.org/wiki/Ar_(Unix)) entry helped me a lot. I got... | |||
June 09 Announce » Re: D officially supported on Apache NuttX RTOS | |||
|---|---|---|---|
| |||
...interactive applications (CLI) from your host system (Unix-like) to NuttX without completely rewriting. It... | |||
June 08 Learn » Re: How to generate a random number from system clock as seed | |||
|---|---|---|---|
| |||
#unix #time @SDB79 | |||
May 28 Learn » Re: Get milliseconds from time and construct time based on milliseconds | |||
|---|---|---|---|
| |||
...get a SysTime that is at the unix epoch. Note there is an `msecs` function... | |||
May 28 Learn » Re: Get milliseconds from time and construct time based on milliseconds | |||
|---|---|---|---|
| |||
...unixTime.total!"msecs";
// Print the Unix time in milliseconds
writeln("Unix time in milliseconds: ", milliseconds);
}
| |||
May 08 General » Re: Big picture on shared libraries when they go wrong, how? | |||
|---|---|---|---|
| |||
...supported by MSVC to mark exported symbols. - Unix system linkers take shared libraries as input... | |||
April 27 DIP Ideas » Rethink OOP access permissions | |||
|---|---|---|---|
| |||
...single usecase ("private(this)"). We could get unix like access permissions instead? Some additional benefits... | |||
Copyright © 1999-2021 by the D Language Foundation