Some reading notes for Stroustrup's "The C++ Programming Language, 4th Ed."
Some reading notes for Stroustrup’s “The C++ Programming Language, 4th Ed.”
I recently purchased Stroustrup’s C++11 book [1], after borrowing it a number of times from the Markham public library (it’s very popular, and only offered for short term loan) . Here are some notes of some bits and pieces that were new to me for this round of reading.
nothrow new
In DB2 we used to have to compile with -fcheck-new or similar, because we had lots of code that predated new…
View On WordPress
















