Hi, const char *const* someConstPtr; Error: no identifier for declarator char* Error: declaration expected, not '*'
How would I translate this properly to d? Cheers, PP
ParticlePeter via Digitalmars-d-learn Sat, 09 May 2015 16:20:58 -0700
Hi, const char *const* someConstPtr; Error: no identifier for declarator char* Error: declaration expected, not '*'
How would I translate this properly to d? Cheers, PP