home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / c / 16293 < prev    next >
Encoding:
Text File  |  1992-11-10  |  897 b   |  26 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!caen!malgudi.oar.net!news.ysu.edu!do-not-reply-to-path
  3. From: ae007@yfn.ysu.edu (Daniel Newcombe)
  4. Subject: void pointer to a struct?
  5. Message-ID: <1992Nov10.220944.1810@news.ysu.edu>
  6. Sender: news@news.ysu.edu (Usenet News Admin)
  7. Nntp-Posting-Host: yfn.ysu.edu
  8. Organization: Youngstown State University/Youngstown Free-Net
  9. Date: Tue, 10 Nov 1992 22:09:44 GMT
  10. Lines: 14
  11.  
  12.  
  13. Hi, I have a struct te { int i; char c}
  14. In the main part of the program I have the variable r declared
  15. as type te.  I also have j as type char.  I then have
  16. void *o   in there.  At first I have o point to j and do
  17. a printf("%c",*(char *)o) and this works.  How would I use
  18. o to point to r, and be able to print the c field?
  19. Thanks...
  20.  -Dan
  21. -- 
  22.     -Dan Newcombe
  23. Internet Address:  STDN@VM.MARIST.EDU
  24. Youngstown Freenet: ae007@yfn.ysu.edu
  25. GOAL: To put the world on 3.5" diskettes...  :)
  26.