ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Plot/Display pointer like array


From: andrewl
Subject: Re: Plot/Display pointer like array
Date: Fri, 4 Jun 2004 23:23:33 +1000
User-agent: KMail/1.6.2

On Friday 04 June 2004 19:44, address@hidden wrote:
> Hello,
>
> DDD has the very fine feature to plot arrays of the type
>
> long alArray[1024];
>
> But there is a problem when I allocate an array as pointer:
>
> long* plArray = new long[1024];
>
Use (display|print) plArray[0] @ 1024

or something like;

display plArray[i] @ 20

to get a slice of the array




reply via email to

[Prev in Thread] Current Thread [Next in Thread]