On Wed, 14 Jan 2015 01:16:52 +0000
Bauss via Digitalmars-d-learn <digitalmars-d-learn@puremagic.com> wrote:

> Is it possible to access a pointer by its offsets.
> Ex. write a 32bit integer to a byte pointer at ex. offset 4.
yes, it is. it's same as in c/c++, except that you have to add one
magic word: `cast`. D specs has it all.

Attachment: signature.asc
Description: PGP signature

Reply via email to