home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / sampl254.zip / gcc2 / samples / README < prev    next >
Text File  |  1993-11-07  |  474b  |  18 lines

  1.  
  2. These samples are provided to demonstrate usage of gcc.
  3.  
  4.  
  5. Descriptions of each sample:
  6.  
  7. Sample1: simple ANSI C "Hello, world\n" program
  8.  
  9. Sample2: simple C++ program demonstrating construction/destruction of
  10. objects in global scope.
  11.  
  12. Sample3: A somewhat working PM program written in C++
  13.  
  14. Sample4: simple Objective C program (but see Sample5 first)
  15.  
  16. Sample5: An excellent sample Objective C program.  If you want to
  17.     learn ObjC, this is the place to start.
  18.