Talk:C++/Functions and Recursion

From Wikiversity
Jump to navigation Jump to search

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 source]

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]