home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / pascal / 8644 < prev    next >
Encoding:
Text File  |  1993-01-28  |  890 b   |  30 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!elroy.jpl.nasa.gov!sdd.hp.com!cs.utexas.edu!torn!watserv2.uwaterloo.ca!watmath!undergrad.math.waterloo.edu!oamancin
  3. From: oamancin@undergrad.math.waterloo.edu (Adrian Mancini)
  4. Subject: coding with user defined var types
  5. Message-ID: <C1JMvJ.ALJ@undergrad.math.waterloo.edu>
  6. Keywords: var user defined
  7. Organization: University of Waterloo
  8. Date: Thu, 28 Jan 1993 02:57:18 GMT
  9. Lines: 19
  10.  
  11. Hi
  12.  
  13.     I'm implementing a tree that will accept user defined data.
  14. That is on one run the user may want to store integers in the tree
  15. and on the next  run the user may want to store char. 
  16.  
  17.     Is there anyway one can postpone declaring a type 
  18. structure until the user can be prompted as to what kind of data
  19. will be entered. (in PASCAL of course)
  20.  
  21.     Any kind of answer would be ACES!!!!
  22.  
  23.  
  24.  
  25.                     Thanx
  26.  
  27. ADRIAN
  28. "Eat more Moose"
  29.  
  30.