-----Original Message-----
From: Ron Guilmet <ronpguilmet@gmail.com>
To: Philadelphia Linux User's Group Discussion List <plug@lists.phillylinux.org>
Sent: Fri, Oct 5, 2018 5:19 pm
Subject: [PLUG] Anyone Experienced with C Pointers?
I have been working with writing a device driver for my HP laptop. The
wireless doesn't work well. I think it is an antenna selection issue.
The laptop any distro shows about 10% on the wifi even when you are 10
feet away.
That said, I've been refreshing myself with C. Pointers is one of those
areas that seem to give everyone a hard road to hoe. Sometimes a high
overview helps. I wanted to present what my understanding is, and I was
hoping someone could elaborate on it.
My understanding of pointer use is the following. I understand there
are different sections of memory. A section for the code, a section for
the running app called the stack, and then your free or available
memory called the heap. I understand that if the running program needs
more memory, it has to access the heap, and the heap can only be
addressed by memory addresses. Does that sound about right?
Rom
___________________________________________________________________________