home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A060910.TXT < prev    next >
Encoding:
Text File  |  1993-10-18  |  330 b   |  7 lines

  1. Here is a version of the traditional HELLO WORLD program.  Notice
  2. that the declaration of the object "hello" triggers the "Hello
  3. World" message.  The main() function does not use any
  4. objects of the class "world".  The "Goodbye" message is triggered
  5. after the main() function by the destruction of the global object
  6. "hello".
  7.