Inline 4 Quotes

We've searched our database for all the quotes and captions related to Inline 4. Here they are! All 2 of them:

When I pull Amy's extra-long body into an infinity pool and make it look like an accident—dare to dream!—I will be okay because I will have become a Facebook guy, a normal dude. We live in an era where people who don't have 4,355 friends are considered nefarious, as if socially entrenched citizens aren't also capable of murder. I need friends so that when Amy disappears, my friends can roll their eyes at the idea of handsome, gregarious Joe killing someone. I can't be that guy who 'keeps to himself." That's too in-line with the dated but pervasive stereotype of a 'killer' reinforced by biased TV 'news' shows no matter how many happy-go-lucky husbands go and murder their wives. We all want to fear single people. It's endemic. It's American.
Caroline Kepnes (Hidden Bodies (You, #2))
Macro substitution is almost never necessary in C++. Use const (§7.5), constexpr (§2.2.3, §10.4), enum or enum class (§8.4) to define manifest constants, inline (§12.1.5) to avoid function-calling overhead, templates (§3.4, Chapter 23) to specify families of functions and types, and namespaces (§2.4.2, §14.3.1) to avoid name clashes.
Bjarne Stroustrup (The C++ Programming Language)