June 30, 2011 Learn » Re: C callback receives bad pointer argument | |||
|---|---|---|---|
| |||
...std.stdio: writeln; import std.string: toStringz; typedef const char* ccharPtr; // example of C function... | |||
June 29, 2011 Learn » Re: How do I send a HANDLE type to other threads via spawn? | |||
|---|---|---|---|
| |||
Andrej Mitrovic: typedef is deprecated in D2. Try using an alias. Bye, bearophile | |||
June 29, 2011 Learn » How do I send a HANDLE type to other threads via spawn? | |||
|---|---|---|---|
| |||
HANDLE is defined as: typedef void* HANDLE; This is an opaque internal WinAPI type (signed... | |||
June 26, 2011 Learn » Re: Need to do some "dirty" UTF-8 handling | |||
|---|---|---|---|
| |||
...it'll probably need some work once typedef goes away). This seems to get the... | |||
June 21, 2011 Announce » Re: Programming Windows D Examples are now Online! | |||
|---|---|---|---|
| |||
...like these: typedef void* HINSTANCE; The problem is that both bindings create this typedef, and... | |||
June 20, 2011 General » Re: Yet another slap on the hand by implicit bool to int conversions | |||
|---|---|---|---|
| |||
Mehrdad: D typedef was meant for this. Until there is something (probably library-based) to... | |||
June 16, 2011 General » Re: Rename std.string.toStringz? | |||
|---|---|---|---|
| |||
...similar types: typedef __nullterminated WCHAR *NWPSTR, *LPWSTR, *PWSTR; typedef __nullterminated PWSTR *PZPWSTR; typedef __nullterminated CONST... | |||
June 15, 2011 DMD » [dmd-internals] Type-checked arrays? | |||
|---|---|---|---|
| |||
...templates: // in arraytypes.h typedef ArrayOf(Expression) Expressions; // with macros typedef Array< Expression > Expressions; // with... | |||
June 10, 2011 General » Re: Flag proposal | |||
|---|---|---|---|
| |||
...s not quite the same thing. Without typedef (which is on its way out), you... | |||
June 09, 2011 Issues » [Issue 4850] std.conv.to isn't pure | |||
|---|---|---|---|
| |||
...string
- AA -> string
- struct -> string
- enum -> string
- typedef -> string
- bool -> string
- array -> array
- AA -> AA... | |||
Copyright © 1999-2021 by the D Language Foundation