#define, void, return and int main()

Hi big guyz, i realy don't understand how the following works; #define, void, return, and int main(). Please get me out of this darkness.
See http://www.cplusplus.com/doc/tutorial/ for details
#define defines a preprocessor macro
void is a keyword specifying the absence of type ( used for generic pointers and as return type for functions )
return is used to move the control flow back to the caller of a function
int main is the function defined as entry point
perfect bazzy

short and clear...
Great, i'm much grateful for your wonderful help Bazzy, i hope i will receive more helping hands from you, i will be much grateful if i can meet you on any mail contact (it may be facebook or e-mail). Thanks alot.
Topic archived. No new replies allowed.