home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / IOC / WORDSEQ / WORDSEQ.XPC < prev   
Text File  |  1995-03-08  |  261b  |  31 lines

  1.  
  2. Sequence in initial order:
  3.  
  4. the
  5. quick
  6. brown
  7. fox
  8. jumps
  9. over
  10. a
  11. lazy
  12. dog
  13.  
  14. Sequnce in sorted order:
  15.  
  16. a
  17. brown
  18. dog
  19. fox
  20. jumps
  21. lazy
  22. over
  23. quick
  24. the
  25.  
  26. Look for "fox" in the Sequence:
  27.  
  28.  The element was found.
  29.  
  30. The element at position 9: the
  31.