home *** CD-ROM | disk | FTP | other *** search
- Here is a version of the traditional HELLO WORLD program. Notice
- that the declaration of the object "hello" triggers the "Hello
- World" message. The main() function does not use any
- objects of the class "world". The "Goodbye" message is triggered
- after the main() function by the destruction of the global object
- "hello".
-