Article ID: 79845 - Last Review: December 11, 2003 - Revision: 3.0 INFO: Old Style (K&R) Declarations Are Not Supported in C++This article was previously published under Q79845 SUMMARY
The Microsoft C/C++ Compiler versions 7.0 and later do not support Old
Style function declarations in C++ files. Old Style declarations are still
supported in C files.
Old Style declarations, sometimes called K&R declarations, are declarations in which there are no parameters listed inside the parentheses. For example: REFERENCES
For more information about parameter lists in function declarations and how
these are handled by C and C++, please see the following article in the
Microsoft Knowledge Base:
94579
(http://support.microsoft.com/kb/94579/EN-US/
)
Creating a Function Pointer to a C++ Member Function
APPLIES TO
| Article Translations
|

Back to the top
