MIT 6.S081 Lecture 1 Notes
One benefit of summer was that each day we had more light to read by.
One benefit of summer was that each day we had more light to read by.
We awaken in others the same attitude of mind we hold toword them.
Modifying the const object through a reference or pointer to non-const type results in undefined behavior. Any attempt to refer to a volatile object through a glvalue of non-volatile type (e.g. through a reference or pointer to non-volatile type) results in undefined behavior.
Beware of indirect branch prediction.
Buffered IO and unbuffered IO are tit-for-tat.