Pointers & Functions

Dec 29, 2009 at 3:32pm
Hey Folks, I am looking for some help. I'm learning pointers and functions right now, and was hoping someone could give me some problems to work out, or introduce me to a link which would have to plenty of excercises that would help me start getting more confident in implementing code succesfully in this area. Any help would be appreciated, thanks in advance.
Dec 29, 2009 at 3:36pm
Do you mean pointers to function or pointer and functions as different concepts?
Dec 29, 2009 at 3:41pm
I would like to say both, but if given a choice, pointers and functions as different concepts, i know a little bit more about functions than pointers at this stage.
Dec 29, 2009 at 5:31pm
...this is C, but I think most/all of it applies to C++...has a couple exercises at the end...

http://oreilly.com/catalog/pcp3/chapter/ch13.html#36884
Dec 29, 2009 at 5:50pm
thanks lumbee thats just the type of problems I am looking for, ones that encompass all the attributes of pointers
Topic archived. No new replies allowed.