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

  1. %F,15,COMMONC.MNU%Constructs_in_C_and_C++ / %F,15,COMMONC.4%Previous / %F,15,COMMONC.6%Next
  2.  
  3.  
  4.                %C,1%const Object Initialization
  5.  
  6. In C++, %C,1%const%C,5% objects must be initialized.  In ANSI C,
  7. they can be left uninitialized.
  8.  
  9.