Saturday, September 5, 2009

Pointers are good or not?

Some languages support memory management using pointers and some just by limited functions or methods. Limitation is secure but problematic when doing complex memory management. what you think is better?

1 comment:

  1. I think pointers are good. but i agree that some time its better to use methods instead of pointers

    ReplyDelete