Show C++ argument lists, Source Code tab, Preferences Dialog Box (Error Detection)
Select whether to include the C++ argument lists with function names in the Error Views.
For example, if you show C++ argument lists the output can look like this:
CStockApp::CStockApp(void)[Stock.cpp:155]
If you don't show C++ argument lists the output can look like this:
CStockApp::CStockApp[Stock.cpp:155]
Note:
§ Many functions are differentiated only by class name or argument. In these cases, including argument lists can help identify functions.
(C) Copyright IBM Corporation 1992, 2010.