Pointers in C language for Newbies - a DEMO in Debugger
by CaptBry
(Oceanside, CA)
After searching the WEB and STILL not being able to use pointers effectively, I finally wrote a SIMPLE program to Demonstrate Pointers using the Debugger.
It's written in MikroC (free download, 2K program limit) that has a great Debugger where you can WATCH what pointers do.
Its such a simple program, it should be easy to modify it to run in almost any C language compiler with a good Debugger feature.
Now Newbies like me can finally understand and can use pointers effectively.
Enjoy!
Click this link to view the source code where you can copy and paste the program code:
Pointers in C language for Newbies