|
You are here |
susam.net | ||
| | | | |
nrk.neocities.org
|
|
| | | | | [AI summary] An article explains the critical difference between C function declarations f() and f(void), warning against the former due to lack of type safety and recommending compiler flags to enforce strict prototypes. | |
| | | | |
chaosinmotion.com
|
|
| | | | | So in Objective C or Objective C++, if you pass in a pointer to something not a basic type (like 'int' or 'double' or 'void'), the Objective C compiler thinks it's an Objective C class. It needs to know this so it can perform automatic reference counting. If you need to pass in a pointer... | |
| | | | |
www.cplusplus.com
|
|
| | | | | ||
| | | | |
gist.github.com
|
|
| | | What is Strict Aliasing and Why do we Care? GitHub Gist: instantly share code, notes, and snippets. | ||