Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
rwmj
on March 26, 2011
|
parent
|
context
|
favorite
| on:
Most common one-line bugs in C?
BCPL barely had types. Everything was an "int" and you stored pointers, addresses, floats and so on in that same type (no concept of sizeof(int) != sizeof(void*) in those days!)
Edit: nice intro to BCPL. It's much worse than I thought:
http://www.davros.org/c/bcpl.html
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Edit: nice intro to BCPL. It's much worse than I thought: http://www.davros.org/c/bcpl.html