home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / TEXT / COMMONC.17 < prev    next >
Encoding:
Text File  |  1993-11-06  |  333 b   |  9 lines

  1. %F,15,COMMONC.MNU%Constructs_in_C_and_C++ / %F,15,COMMONC.16%Previous / %F,15,COMMONC.18%Next
  2.  
  3.                   %C,1%Pointers to void
  4.  
  5. C++ allows  pointers to be assigned only to other %C,1%void%C,5%
  6. pointers.  In ANSI C, a pointer to %C,1%void%C,5% can be assigned to a
  7. pointer of any other type without an explicit cast.
  8.  
  9.