View Single Post
Old 12-01-2004, 12:51 PM   #1 (permalink)
DemonEdge
 
Newb Techie

Join Date: Nov 2004

Posts: 38

DemonEdge

Default Difference between void main() & int main & void main(void)

Hi,
In my c++ cs classes we use void main() only
but all the tutorials outhere have int main()
what is the difference?
and what is return @ the end of the code??
i never use return and my programs work good
DemonEdge is offline