|
You are here |
chadaustin.me | ||
| | | | |
etherealwake.com
|
|
| | | | | Inline functions are a notable feature of both C and C++. By exposing the source file to the implementation of a function, they allow a variety of optimization techniques that wouldn't be possible if it had to call out to a subroutine in a different file (at least without link-time optimization). However, despite the common syntax, the C and C++ languages implement them in very different ways. While C++ takes a "user friendly" approach and automatically manages the manipulation of multiple implementation... | |
| | | | |
www.catch22.net
|
|
| | | | | There are so many large and bloated applications around today that most people just assume that this is normal and quite willingly put up with poor performance and having to buy larger harddrives. In this tutorial I will present all of the techniques I know (and use) to reduce the size of executables. | |
| | | | |
www.benshoof.org
|
|
| | | | | ||
| | | | |
libcheck.github.io
|
|
| | | Check unit testing framework for C | ||