April 30, 2024, 08:38:35 PM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


Pointers

Started by Andy, November 12, 2015, 06:22:31 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Andy

Bill,

That's very kind of you, but Larry must really take the credit, all I did was scratch my head a few times and tried to follow what Larry was telling me or hinting at.

I am thinking of writting a few little example programs which I can bunch together to help anyone who wants to understand pointers (at least some of the basics).

I would of course run it past "a bigger brain" than mine first!

Thanks,
Andy.
Day after day, day after day, we struck nor breath nor motion, as idle as a painted ship upon a painted ocean.

aurelCB

If you have problem with space or unknown size  one of
options is Linked List (of pointers or UDT)
There is no problem if you use pointer as member of UDT if
you properly cast this pointer when is used.
So back to Linked List ....each member of linked list can be added by runtime
and because of automatic mangment of linked list size is not problem.