54 books
—
5 voters
Programming Languages
Related Genres
“
When the ANSI C standard was under development, the pragma directive was introduced. Borrowed from Ada, #pragma is used to convey hints to the compiler, such as the desire to expand a particular function in-line or suppress range checks. Not previously seen in C, pragma met with some initial resistance from a gcc implementor, who took the “implementation-defined” effect very literally—in gcc version 1.34, the use of pragma causes the compiler to stop compiling and launch a computer game instead!
...more
”
― Expert C Programming: Deep C Secrets
― Expert C Programming: Deep C Secrets
“
Inheritance has recently fallen out of favor as a programming design solution in many programming languages because it’s often at risk of sharing more code than necessary. Subclasses shouldn’t always share all characteristics of their parent class but will do so with inheritance. This can make a program’s design less flexible. It also introduces the possibility of calling methods on subclasses that don’t make sense or that cause errors because the methods don’t apply to the subclass. In addition
...more
”
― The Rust Programming Language
― The Rust Programming Language
2 members,
last active 2 years ago
This group is about sharing the latest and greatest innovations from Google Cloud, one of the la…more
1 member,
last active 2 years ago
Reading ruby books in Montevideo, Uruguay
2 members,
last active 15 years ago































