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

  1. Output from demo, excluding Char class:
  2.  
  3. Include the Char class in the demo? (y/n): n
  4. queue:   5, stack:-5.0
  5. queue: 4.0, stack:  -4
  6. queue:   3, stack:-3.0
  7. queue: 2.0, stack:  -2
  8. queue:   1, stack:-1.0
  9. queue: 0.0, stack:   0
  10. queue:  -1, stack: 1.0
  11. queue:-2.0, stack:   2
  12. queue:  -3, stack: 3.0
  13. queue:-4.0, stack:   4
  14. queue:  -5, stack: 5.0
  15.  
  16. Output from demo, including Char class:
  17.  
  18. Include the Char class in the demo? (y/n): y
  19. queue:   5, stack:   h
  20. queue:   q, stack:-4.0
  21. queue:   3, stack:   j
  22. queue:   o, stack:-2.0
  23. queue:   1, stack:   l
  24. queue:   m, stack: 0.0
  25. queue:  -1, stack:   n
  26. queue:   k, stack: 2.0
  27. queue:  -3, stack:   p
  28. queue:   i, stack: 4.0
  29. queue:  -5, stack:   r
  30.