home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / std / cplus / 1837 < prev    next >
Encoding:
Internet Message Format  |  1992-12-20  |  835 b 

  1. Xref: sparky comp.std.c++:1837 comp.std.c:3231
  2. Path: sparky!uunet!sdrc!thor!scjones
  3. From: scjones@thor.sdrc.com (Larry Jones)
  4. Newsgroups: comp.std.c++,comp.std.c
  5. Subject: Re: Question about sizeof in C/C++.
  6. Message-ID: <2410@sdrc.COM>
  7. Date: 17 Dec 92 22:30:23 GMT
  8. References: <jamesc.724544278@bart> <wwJXVB3w164w@amfent.Gwinnett.COM>
  9. Sender: news@sdrc.COM
  10. Followup-To: comp.std.c++
  11. Lines: 10
  12.  
  13. In article <wwJXVB3w164w@amfent.Gwinnett.COM>, amf@amfent.Gwinnett.COM (Andy Feibus) writes:
  14. > Different compilers see &ps[k]
  15. > differently; use parentheses to clarify: &(ps[k]).
  16.  
  17. Anything that sees &ps[k] as being different than &(ps[k]) is
  18. *NOT* a C compiler.
  19. ----
  20. Larry Jones, SDRC, 2000 Eastman Dr., Milford, OH  45150-2789  513-576-2070
  21. larry.jones@sdrc.com  or  ...uunet!sdrc!larry.jones
  22. I think we need to change the rules. -- Calvin
  23.