A blog about C++ programming, more or less.
All the posts on this site shall use the following conventions:
Titles of posts and pages shall use title-style capitalization. Headings shall use sentence-style capitalization. In sentence-style capitalization, you capitalize only the first word of the title or heading, plus any proper nouns, proper adjectives, and terms that are always capitalized. If the title includes a colon, capitalize the first word that follows the colon, regardless of its part of speech.[1]
To represent an unspecified or unknown version number, use x for each digit and apply italics.[1]
inline code
.$
symbol indicates a command should be run as regular users, while the #
symbol means a command should be run as superusers. When showing input alone, the command prompt can be omitted.Code examples shall be minimum and representative. Especially, unnecessary keywords (inline
, nodiscard
, noexcept
, etc.) shall be avoided as much as possible.