This sample creates a simple 'hello world'
application that incorporates Connect/C++


Steps to build and test this program:

 1. Change current directory to directory 
    containing this file

     cd <directory containing this file> 

 2. Create a chapter:

     Splus CHAPTER -sconnectapp *.cxx

 3. Build the program:

     Splus make

 4. Run the program:

     Splus EXEC S.app

 5. Run S-PLUS:

     Splus     

 6. Look for S object 'hello':

     > objects()

