|
|
|
|
|
by msbarnett
3410 days ago
|
|
> Now, due to language lawyering, you can't just know C and your CPU, you have to know your compiler (and every iteration of it!). This mythical time never existed. You always had to know your compiler -- C simply isn't well specified enough that you can accurately predict the meaning of many constructs without reference to the implementation you're using. It used to, if anything, be much much worse, with different compilers on different platforms behaving drastically different. |
|