Forum: IT Professionals' Lounge Jul 15th, 2009 |
| Replies: 22 Views: 1,185 Joking aside, there really is no point to insisting on the use of int main as opposed to void main.
void main()
{
printf("hello world!\n");
}
is just as valid a program as |
Forum: IT Professionals' Lounge Jul 15th, 2009 |
| Replies: 22 Views: 1,185 It's time to get that stick out of your butt and start using it. So what if the standard says so? You're only writing code for Windows anyway (and if you aren't, the chances that someone else is even... |