home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: sparky!uunet!seas.gwu.edu!saud
- From: saud@seas.gwu.edu (Temporary account (slc 11/19/92))
- Subject: Re: pointer assignment problem
- Message-ID: <1992Dec15.151736.20304@seas.gwu.edu>
- Sender: news@seas.gwu.edu
- Organization: George Washington University
- References: <1992Dec13.181118.2693@seas.gwu.edu> <Bz9Gxp.DMz@netnews.jhuapl.edu> <pal.724416939@regent.e-technik.tu-muenchen.de>
- Distribution: usa
- Date: Tue, 15 Dec 1992 15:17:36 GMT
- Lines: 16
-
- > In reference to th epointer assignmnet problem I posted
-
- Thanks to all who repsonded and those who read and try to repsond
-
- all the responds works fine
-
- For does who want to know is that when using the malloc to a pointer, the size
- of the pointer is not the correct size rather you need to malloc the size of
- the stucture that the pointter is pointing to.
-
-
-
- thanks again
-
-
- Wanes
-