Re: How to Deify char**

2016-05-17 Thread ag0aep6g via Digitalmars-d-learn
On 05/17/2016 09:37 PM, WhatMeWorry wrote: I'm weak enough with C pointers, but when I see char** my brain freezes up like a deer caught in headlights. Can anyone translate the below C call into D? First things first: char** is a perfectly fine D type, of course. But you probably know that.

How to Deify char**

2016-05-17 Thread WhatMeWorry via Digitalmars-d-learn
I'm weak enough with C pointers, but when I see char** my brain freezes up like a deer caught in headlights. Can anyone translate the below C call into D? ALURE_API const ALCchar** ALURE_APIENTRY alureGetDeviceNames(ALCboolean all,ALCsizei *count) // my poor attempt to Deify it int