A
Arivald
W dniu 2011-06-19 10:03, Stephen Sprunk pisze:
Even in C++ You can't have untyped reference (reference to void).
So case 2 will never compile in C or C++.
& is not a valid type specifier in C, period.
It might or might not be valid in C++, but since you haven't
cross-posted this to a C++ newsgroup, responding to that would be off-topic.
C and C++ are different languages. There is no language called "C/C++".
Even in C++ You can't have untyped reference (reference to void).
So case 2 will never compile in C or C++.