October 22 General » Re: package & protected? | |||
|---|---|---|---|
| |||
...the public visibility wouldn't truly be public, and since the functions would be public... | |||
October 14 Issues » [Issue 24814] New: betterC not able to use core.stdc.stdarg | |||
|---|---|---|---|
| |||
...d import core.stdc.stdarg; pragma(printf) public extern(C) int wrap_printf(scope const... | |||
October 11 General » Re: betterC and core.stdc modules; betterC and varargs routines | |||
|---|---|---|---|
| |||
...void va_end(void* ap){}
pragma(printf)
public extern(C) int wrap_printf(scope const... | |||
October 10 General » betterC and core.stdc modules; betterC and varargs routines | |||
|---|---|---|---|
| |||
...d import core.stdc.stdarg; pragma(printf) public extern(C) int wrap_printf(scope const... | |||
October 10 DIP Ideas » Re: Implicit cast primitive type construction | |||
|---|---|---|---|
| |||
basically the only solution is cstats.stamina += 1; | |||
October 10 Learn » Re: Wrapper for PAM | |||
|---|---|---|---|
| |||
...null;
break;
}
}
*resp = responses;
return PAM_SUCCESS;
}
}
public:
int authenticate(string username, string password)
{
if... | |||
October 07 General » Re: Move Constructor Syntax | |||
|---|---|---|---|
| |||
I love it! intuitive (unlike most of the other suggestions). | |||
October 07 Learn » Re: Wrapper for PAM | |||
|---|---|---|---|
| |||
...null;
break;
}
}
*resp = responses;
return PAM_SUCCESS;
}
}
public:
int authenticate(string username, string password) {
if... | |||
October 07 Learn » Re: Wrapper for PAM | |||
|---|---|---|---|
| |||
...conversation_func` to call it inside the public authentication function. When compiling I get this... | |||
October 03 Learn » Re: Wrapper for PAM | |||
|---|---|---|---|
| |||
...strdup;
import core.stdc.stdlib : malloc, free;
public import std.stdio;
struct pam_data { string... | |||
Copyright © 1999-2021 by the D Language Foundation