home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / c / 18407 < prev    next >
Encoding:
Text File  |  1992-12-15  |  859 b   |  29 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!seas.gwu.edu!saud
  3. From: saud@seas.gwu.edu (Temporary account (slc 11/19/92))
  4. Subject: Re: pointer assignment problem
  5. Message-ID: <1992Dec15.151736.20304@seas.gwu.edu>
  6. Sender: news@seas.gwu.edu
  7. Organization: George Washington University
  8. References: <1992Dec13.181118.2693@seas.gwu.edu> <Bz9Gxp.DMz@netnews.jhuapl.edu> <pal.724416939@regent.e-technik.tu-muenchen.de>
  9. Distribution: usa
  10. Date: Tue, 15 Dec 1992 15:17:36 GMT
  11. Lines: 16
  12.  
  13. > In reference to th epointer assignmnet problem I posted 
  14.  
  15. Thanks to all who repsonded and those who read and try to repsond
  16.  
  17. all the responds works fine  
  18.  
  19. For does who want to know is that when using the malloc to a pointer, the size 
  20. of the pointer is not the correct size rather you need to malloc the size of
  21. the stucture that the pointter is pointing to.
  22.  
  23.  
  24.  
  25. thanks again
  26.  
  27.  
  28. Wanes
  29.