|
|
|
|
|
by AnimalMuppet
2686 days ago
|
|
If you find Pascal and C equally confusing using pointers, then maybe the problem is that you find pointers confusing, not so much the language. Pointers are not very intuitive. You have to have a clear mental picture of what you're doing, and think very carefully about each step to make sure that you're doing what you think you are. I'm not sure that any language can save you from that. C might actually be better than Pascal, though, because it does less to try to hide what you're doing from you. On the other hand, Pascal does more about trying to keep you from doing something stupid. |
|
Thanks for the comment!