Liste des Groupes | Revenir à cl c |
Kaz Kylheku <643-408-1753@kylheku.com> wrote:...
You're not saying anything here other than that you like the p[i]>
/notation/ better than *(p + i), and &p[i] better than p + i.
The indexing notation at least have chance of being automatically
checked (in cases when compiler/checker knows array size). With arbitrary
user-written pointer arithmetic there is no hope of automatic checking.
Les messages affichés proviennent d'usenet.