Talk:C++/Functions and Recursion

Latest comment: 13 years ago by Autumnfields in topic Changes to Prototypes section

Considering the requirements and formation of a separate chapter for passing methods, shouldn't that content on this page be shifted there and replaced by something simpler. Atishay811 18:35, 13 July 2009 (UTC)Reply

Changes to Prototypes section edit

Made numerous changes to the "Prototypes" section, notably:

  • Changed to "declarations" since that's what they are called in the C++ spec, not prototypes
  • Removed the line about main() being the first function by convention. That's not a universal convention

Autumnfields 21:41, 25 August 2010 (UTC)Reply

Return to "C++/Functions and Recursion" page.