home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / c / 18925 < prev    next >
Encoding:
Internet Message Format  |  1992-12-28  |  600 b 

  1. Path: sparky!uunet!gatech!asuvax!ncar!vexcel!copper!ssarmast
  2. From: ssarmast@copper.denver.colorado.edu (Sam Sarmast)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Arrays with variable dimensions?
  5. Message-ID: <4753@copper.Denver.Colorado.EDU>
  6. Date: 28 Dec 92 07:09:15 GMT
  7. References: <1992Dec26.220736.22177@news.ysu.edu>
  8. Organization: University of Colorado at Denver
  9. Lines: 10
  10.  
  11. In article <1992Dec26.220736.22177@news.ysu.edu> ah017@yfn.ysu.edu (John B. Lee) writes:
  12. >
  13. >Is it possible to create an array that would change size according
  14. >to user input?
  15. >
  16. >John Lee
  17.  
  18. Linked list would solve your problem...
  19.  
  20.  
  21.