C++ Rvalue References Explained
Do subclass inherit private fields
clarification over internal linkage of inline functions in C: Basic reading about inline linkage
Inline Linkage : see the C++ part only
What’s the difference between “static” and “static inline” function?
[[][Myth and reality about inline
in C99 by Jens Gusedt]]
FAQ about C++ inline functions
Why are C++ inline functions in the header
Linkage of C++ inline functions
Whento use inline
in C++ See the second answer that features three examples
includes in header files and source files
Comparing the Cost of Different Multiple-return Techniques in C
https://www.reddit.com/r/cpp/comments/4hw6ku/a\_result\_type\_for\_nonthrowing\_c\_code/
https://github.com/ptal/expected
https://github.com/oktal/result
https://softwareengineering.stackexchange.com/questions/289576/rust-style-error-handling-in-c
Basic ABI about Unix-like systems
Difference between API and ABI
Executable and Linkable Format on Wiki
https://autotools.io/libtool/version.html
https://fedoramagazine.org/gcc-5-in-fedora-whats-an-abi-and-what-happens-when-we-change-it/
https://en.wikipedia.org/wiki/Remote\_procedure\_call
https://community.kde.org/Policies/Binary\_Compatibility\_Issues\_With\_C%2B%2B
Strange C indirect math function
https://sourceware.org/glibc/wiki/GNU\_IFUNC
Hello from a libc-free world part 1
Hello from a libc-free world part 2
Recommendation compiler and linker flags for GCC
Super and multiple inheritance and Also
How do you do metaprogramming in C?
Metaprogramming custom control structures in C
C/C++ Preprocessor Metaprogramming