|
|
|
|
|
by dkersten
5051 days ago
|
|
stricter definition of C pointers - this made me laugh, as the less-strict definition of C pointers is called undefined behavior. This leads me to this statement based on what you said: interesting Real World C programs make use of undefined behavior |
|
I assume you've worked with a significant amount of real world C programs? Because they surprisingly often do. The difficulty with porting many programs to 64-bit for instance, is due to relying on implementation defined behavior.