Effective Modern C++ Quotes

Rate this book
Clear rating
Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14 Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14 by Scott Meyers
1,580 ratings, 4.56 average rating, 126 reviews
Open Preview
Effective Modern C++ Quotes Showing 1-3 of 3
“(If you’re not at all interested in performance, shouldn’t you be in the Python room down the hall?)”
Scott Meyers, Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14
“std::bind can express the same thing, but the construct is an example of job security through code obscurity:”
Scott Meyers, Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14
“std::bind(setAlarm,             std::bind(std::plus<>(),                       std::bind(steady_clock::now),                       1h),             _1,             30s);”
Scott Meyers, Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14