home *** CD-ROM | disk | FTP | other *** search
- %F,15,COMMONC.MNU%Constructs_in_C_and_C++ / %F,15,COMMONC.16%Previous / %F,15,COMMONC.18%Next
-
- %C,1%Pointers to void
-
- C++ allows pointers to be assigned only to other %C,1%void%C,5%
- pointers. In ANSI C, a pointer to %C,1%void%C,5% can be assigned to a
- pointer of any other type without an explicit cast.
-
-