At 5:45 PM, JavaManIssa
What I hated most about C was trying to do image processing on stacks of images. I would end up with pointers to pointers to pointers to pointers (****img_stack). What a pain in the butt!
I now count myself lucky to do all my coding in Matlab, the lazy man's interpreted language! I keep track of nothing. Though every now and then I do get an "out of memory" error, to which I respond, "Memory, what's that, and why is it insinuating itself into my coding?!"
My wife is presently learning Java. At first I tried to convince her to learn C first, but then I realized b/c she just wants to learn to make some Java scripts, there is no reason to go through C hell first.
Or. . .you could just write the danged program in Java and throw the C++ version in the trash can and not ever to have to worry about pointers again!
[big grin]
Good luck.