Quoting Tony Master to All <=-
sad when only thing being posted is the rules frmo the moderator.
Quoting Tony Master to All <=-
sad when only thing being posted is the rules frmo the moderator.
Well I guess no one needs lessons :)
sad when only thing being posted is the rules frmo the
moderator.
sad when only thing being posted is the
rules frmo the moderator.
Well I guess no one needs lessons :)
some one should post tutors/
sad when only thing being posted is the rules frmo the
moderator.
i agree... what can you contribute?
Quoting Tony Master to Scott Adams <=-
sad when only thing being posted is the rules frmo the moderator.
Well I guess no one needs lessons :)
some one should post tutors/
Quoting mark lewis to Tony Master <=-
sad when only thing being posted is the
rules frmo the moderator.
Well I guess no one needs lessons :)
some one should post tutors/
that's not what the area is/was for... it is for writting pascal code
and getting assistance when one has trouble getting things right...
rule 1 in the posted rules seems to state that pretty cleanly...
Quoting Tony Master to Mark Lewis <=-
sad when only thing being posted is the rules frmo the
moderator.
i agree... what can you contribute?
i don't teach. i learn =]
Quoting Tony Master to Mark Lewis <=-
sad when only thing being posted is the rules frmo the
moderator.
i agree... what can you contribute?
i don't teach. i learn =]
So what do ya want to learn?
i don't teach. i learn =]
So what do ya want to learn?
the best way to learn pointers for now
you want to learn the best way to learn pointers or you want to learn point by the best way? ;-)
j/k...
i'll see what i can possibly come up with... i'm sure that scott also has something available... maybe he'll post it? my stuff i'll have to input on fly as we go...
Quoting Tony Master to Scott Adams <=-
sad when only thing being posted is the rules frmo the moderator.
i agree... what can you contribute?
i don't teach. i learn =]
So what do ya want to learn?
the best way to learn pointers for now
Quoting Tony Master to Scott Adams <=-
sad when only thing being posted is the rules frmo the moderator.
i agree... what can you contribute?
i don't teach. i learn =]
So what do ya want to learn?
the best way to learn pointers for now
What level of knowledge do you know about them now? I
What level of knowledge do you know about them now? I
ask so not to go WAY basic on you :)
Quoting message from Scott Adams to Tony Master
What level of knowledge do you know about them now? I
ask so not to go WAY basic on you :)
i know they point to a spot in memory
Quoting Tony Master to Scott Adams <=-What level of knowledge do you know about them now? I
ask so not to go WAY basic on you :)
I might pull one of my ancient pascal lesson tutorials out
and get the pointer one I did up for ya.
Let me know..
|03Quoting message from |11Scott Adams |03to |11Tony Master
What level of knowledge do you know about them now? I ask so not
to go WAY basic on you :)
i know they point to a spot in memory
Bye <=-
i know they point to a spot in memory
The trick is getting them to point to a convenient spot.
there's a number of ways to do that
NIL is a special pointer constant that is used wehn you want a pointer to
point nowhere
@ can be used to point one at an existing variable
new can be used to create an anonymous variable and point a pointer at it
new can be used to create an anonymous variable and point a
pointer at it
what about seeing the ^blah?
Bye <=-
Quoting Tony Master to Scott Adams <=-
Quoting message from Scott Adams to Tony Master
What level of knowledge do you know about them now? I
ask so not to go WAY basic on you :)
i know they point to a spot in memory
Quoting Chris Hoppman to Scott Adams <=-
Quoting Tony Master to Scott Adams <=-What level of knowledge do you know about them now? I
ask so not to go WAY basic on you :)
Well, I have program'd with them in the past and sort of done them
right, but the concept is slightly over my head when it comes to them. Since we have talked last I have went to my libary store and picked up
an old novice pascal book that had a few examples and goes over them breifly.
I might pull one of my ancient pascal lesson tutorials out
and get the pointer one I did up for ya.
Let me know..
I see that you postted one. Which is really nice of you. I went
ahead and downloaded the message from this bbs and I will go over it
and see if I can get a better understanding.
I didn't know about the @ part.
Quoting Jasen Betts to Tony Master <=-
@MSGID: 3:640/1042 314aecfc
Hi Tony.
13-Jan-04 00:25:42, Tony Master wrote to Scott Adams
Quoting message from Scott Adams to Tony Master
What level of knowledge do you know about them now? I ask so not
to go WAY basic on you :)
i know they point to a spot in memory
The trick is getting them to point to a convenient spot.
there's a number of ways to do that
NIL is a special pointer constant that is used wehn you want a
pointer to point nowhere
@ can be used to point one at an existing variable
new can be used to create an anonymous variable and point a pointer
at it
dispose is the opposite of new and deestroys an anonymous variable if
you have a pointer to it
Where it gets interesting is when you make a record that contains a pointer to a record of the same type.... then you can create a chain
of records, of any length and add or remove records at either end or in the middle of the chain, this is called a linked list.
if you add more pointers to the record you can have a branching chain etc...
Sysop: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,042 |
Nodes: | 16 (0 / 16) |
Uptime: | 01:05:51 |
Calls: | 500,919 |
Calls today: | 6 |
Files: | 109,372 |
D/L today: |
15,795 files (2,421M bytes) |
Messages: | 305,068 |
Posted today: | 7 |