Re: The_Sage & void main()
>Reply to article by: "WW" <wolof@freemail .hu>[color=blue]
>Date written: Fri, 26 Sep 2003 06:57:03 +0300
>MsgID:<bl0dec$ 255$1@phys-news1.kolumbus. fi>[/color]
[color=blue]
>http://homepages.tesco.net/~J.deBoyn...void-main.html[/color]
[color=blue][color=green][color=darkred]
>>>Have you read this link? Here is a nice little quote for yah (from
>>>the above :P):[/color][/color][/color]
[color=blue][color=green][color=darkred]
>>>"The ISO C++ Standard (ISO/IEC 14882:1998) specifically requires
>>>main to return int."[/color][/color][/color]
[color=blue][color=green]
>>You C++ types aren't the brightest group on the web, are you? We have
>>been through this already.[/color][/color]
[color=blue]
>Yes, and you have been porved wrong. You are not the brightest, are you?[/color]
Hehe! Thank you for proving my point about how people like you aren't the
brightest guys on the web. Let me reiterate the part you haven't read and
therefore have yet to refute in an intelligent or factual manner...
From the ISO standard:
"3.6.1 Main function paragraph 2:
It shall have a return type of type int..."
Which all ISO compilers like MS, Borland, and IBM do.
"...but otherwise..."
See that word? It means that the standard allows breathing room for other return
types IN ADDITION TO int main().
"...its type is implementation-defined"
Therefore, any compiler that implement-defines other types of main() functions,
in addition to int main(), types like void main() for example, are ISO
compliant, hence since MS, Borland, and IBM use int main() AND ALSO
IMPLEMENT/DEFINE void main(), they are therefore also ISO compliant.
I have yet to be proved wrong -- care to give it try yourself? Stop your yapping
and let's see what you are really made of.
The Sage
=============== =============== =============== =============== =
My Home Page : http://members.cox.net/the.sage
"The men that American people admire most extravagantly are
most daring liars; the men they detest the most violently are
those who try to tell them the truth" -- H. L. Mencken
=============== =============== =============== =============== =
>Reply to article by: "WW" <wolof@freemail .hu>[color=blue]
>Date written: Fri, 26 Sep 2003 06:57:03 +0300
>MsgID:<bl0dec$ 255$1@phys-news1.kolumbus. fi>[/color]
[color=blue]
>http://homepages.tesco.net/~J.deBoyn...void-main.html[/color]
[color=blue][color=green][color=darkred]
>>>Have you read this link? Here is a nice little quote for yah (from
>>>the above :P):[/color][/color][/color]
[color=blue][color=green][color=darkred]
>>>"The ISO C++ Standard (ISO/IEC 14882:1998) specifically requires
>>>main to return int."[/color][/color][/color]
[color=blue][color=green]
>>You C++ types aren't the brightest group on the web, are you? We have
>>been through this already.[/color][/color]
[color=blue]
>Yes, and you have been porved wrong. You are not the brightest, are you?[/color]
Hehe! Thank you for proving my point about how people like you aren't the
brightest guys on the web. Let me reiterate the part you haven't read and
therefore have yet to refute in an intelligent or factual manner...
From the ISO standard:
"3.6.1 Main function paragraph 2:
It shall have a return type of type int..."
Which all ISO compilers like MS, Borland, and IBM do.
"...but otherwise..."
See that word? It means that the standard allows breathing room for other return
types IN ADDITION TO int main().
"...its type is implementation-defined"
Therefore, any compiler that implement-defines other types of main() functions,
in addition to int main(), types like void main() for example, are ISO
compliant, hence since MS, Borland, and IBM use int main() AND ALSO
IMPLEMENT/DEFINE void main(), they are therefore also ISO compliant.
I have yet to be proved wrong -- care to give it try yourself? Stop your yapping
and let's see what you are really made of.
The Sage
=============== =============== =============== =============== =
My Home Page : http://members.cox.net/the.sage
"The men that American people admire most extravagantly are
most daring liars; the men they detest the most violently are
those who try to tell them the truth" -- H. L. Mencken
=============== =============== =============== =============== =
Comment