Difference between revisions of "cpp/language/acronyms"
From cppreference.com
m (+ OOP, like it or consider harmful :) but OOP should be presented alongside with TMP.) |
m (emph. SCARY's letters in the explanatory text; + wiki-links to COW, OOP.) |
||
Line 16: | Line 16: | ||
|- | |- | ||
|COW | |COW | ||
− | |Copy On Write | + | |[[enwiki:Copy-on-write|Copy On Write]] |
| | | | ||
|- | |- | ||
Line 64: | Line 64: | ||
|- | |- | ||
|OOP | |OOP | ||
− | |Object-Oriented Programming | + | |[[enwiki:Object-oriented_programming|Object-Oriented Programming]] |
| | | | ||
|- | |- | ||
Line 100: | Line 100: | ||
|- | |- | ||
|SCARY | |SCARY | ||
− | | | + | |'''S'''eemingly erroneous (appearing '''C'''onstrained by conflicting generic parameters), but '''A'''ctually work with the '''R'''ight implementation (unconstrained b'''Y''' the conflict due to minimized dependencies). |
| [http://www.stroustrup.com/SCARY.pdf stroustrup.com/SCARY.pdf] | | [http://www.stroustrup.com/SCARY.pdf stroustrup.com/SCARY.pdf] | ||
|- | |- |