Re: [Tutor] interactive naming of pointers

2009-07-16 Thread Lie Ryan
Wayne wrote: > On Thu, Jul 16, 2009 at 9:38 AM, chris Hynes > wrote: > > Yeah, I'm not sure if I'm explaining myself well or maybe I'm just > trying to make the code too interactive. > > in my code I would type something like: > > x=zeros((3,3)) >

Re: [Tutor] interactive naming of pointers

2009-07-16 Thread Wayne
On Thu, Jul 16, 2009 at 9:38 AM, chris Hynes wrote: > Yeah, I'm not sure if I'm explaining myself well or maybe I'm just trying > to make the code too interactive. > > in my code I would type something like: > > x=zeros((3,3)) > > so the pointer called "x" is created by the programmer, but withi