|
|
|
|
|
by philonoist
2679 days ago
|
|
Syntax is inconsistent as described in the stack overflow link's second answer. Input output like scanf and printf functions are annoying and don't work on what they are asked. Too many gotchas and not for better - like understand how the underlying system works but some side effect by merely the design of language. Including above points, my hope is that playing with pointers in a language I want should be easier and intuitive than using in C. Could you please help? Pascal is just as much confusing when using pointers? |
|
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.