foo() vs foo(void)

Old content, but I just needed it now: The difference between foo() and foo(void) by Greg Miller.

Hint: Objective-C doesn’t follow the C++ pattern. You probably want foo(void).

This entry was posted in Technology and tagged , . Bookmark the permalink.

Comments are closed.