Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ Language Reference - void http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   void

   The type "void" behaves syntactically as a fundamental type.  It  can,
   however,  be used only as part of a derived type; there are no objects
   of type void.  It is used to specify that a function does not return a
   value or as the base type for pointers to objects of unknown type.

         void f();   Function f does not return a value
         void* pv    pointer to object of unknown type


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson