home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / TEXT / COMMONC.15 < prev    next >
Encoding:
Text File  |  1993-11-06  |  328 b   |  9 lines

  1. %F,15,COMMONC.MNU%Constructs_in_C_and_C++ / %F,15,COMMONC.14%Previous / %F,15,COMMONC.16%Next
  2.  
  3.                     %C,1%main() Recursion
  4.  
  5. In C++, main%C,1%()%C,5% cannot be called recursively and cannot have its
  6. address taken.  ANSI C allows recursive calls and allows pointers
  7. to hold the address of main%C,1%()%C,5%.
  8.  
  9.