My C programming lies in cobwebs but from memory an array was a
pointer to the zeroth index of a set of uniformly sized chunks of
memory. I am perplexed to find that in D a call to an array (of
float vertices for example) cannot be accomplished by handing &v
to functions that need the zeroth index. Is this because D holds
a pointer to an array object and the zeroth index is accessed
(via compiler background work) to &v[0]?
- Question about arrays Stephen Jones
- Re: Question about arrays Ali Çehreli
- Re: Question about arrays Steven Schveighoffer
- Re: Question about arrays Andrej Mitrovic
- Re: Question about arrays Stephen Jones
- Re: Question about arrays jerro
- Re: Question about arrays Ali Çehreli