Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ezy
on May 4, 2009
|
parent
|
context
|
favorite
| on:
The "C is Efficient" Language Fallacy
This is what people mean when they say pointers may be able to look like arrays, but arrays are
not
necessarily pointers.
Consider, "float a[X][Y][Z]" and "a[i][j][k]".
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Consider, "float a[X][Y][Z]" and "a[i][j][k]".