/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

susam.net
| | nrk.neocities.org
3.1 parsecs away

Travel
| | [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.
| | stefansf.de
2.2 parsecs away

Travel
| | [AI summary] The blog post explains the differences between function declarations, definitions, and prototypes in C, focusing on how prototypes enable the compiler to check argument compatibility and prevent undefined behavior.
| | chaosinmotion.com
1.9 parsecs away

Travel
| | 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.integralist.co.uk
10.2 parsecs away

Travel
|