arithmetic on void pointers

Doug Gwyn gwyn at smoke.BRL.MIL
Tue Mar 7 06:56:30 AEST 1989


In article <1527 at ncar.ucar.edu> russ at groucho.UUCP (Russ Rew) writes:
>Is it legal to increment a variable of type void* ?

Of course not, because there are no void objects and therefore no way
to point at the "next" one.



More information about the Comp.lang.c mailing list