Re: Automatically generate variables
- From: Yevgen Muntyan <muntyan.removethis@xxxxxxxx>
- Date: Mon, 19 Feb 2007 06:30:00 GMT
CBFalconer wrote:
Yevgen Muntyan wrote:
... snip ...
It does, indeed. Point is that calling conventions, preprocessor
magic, syntax are all the same. If your program is
#include <windows.h>
int main (void)
{
return 0;
}
then it's a C program. If your program is
No it isn't. If it had #include "windows.h" it would be.
I'm afraid I can't understand this.
There is
no such header in standard C, but the user is allowed to create all
the headers he wishes elsewhere. All he has to do is provide them.
And? Is this program C or not? If not, what is it (just curious
what ridiculous things people can invent instead of using standard
"strictly conforming" term). And please don't tell "this is not standard
C", I didn't say that. I am saying "it is a C program".
Yevgen
.
- Follow-Ups:
- Re: Automatically generate variables
- From: Richard Bos
- Re: Automatically generate variables
- From: Mark McIntyre
- Re: Automatically generate variables
- From: jacob navia
- Re: Automatically generate variables
- References:
- Automatically generate variables
- From: Nate
- Re: Automatically generate variables
- From: Mark McIntyre
- Re: Automatically generate variables
- From: jacob navia
- Re: Automatically generate variables
- From: Mark McIntyre
- Re: Automatically generate variables
- From: Yevgen Muntyan
- Re: Automatically generate variables
- From: santosh
- Re: Automatically generate variables
- From: Yevgen Muntyan
- Re: Automatically generate variables
- From: santosh
- Re: Automatically generate variables
- From: Ian Collins
- Re: Automatically generate variables
- From: Mark McIntyre
- Re: Automatically generate variables
- From: Yevgen Muntyan
- Re: Automatically generate variables
- From: CBFalconer
- Automatically generate variables
- Prev by Date: Re: Automatically generate variables
- Next by Date: Re: compilation warning with const parameter
- Previous by thread: Re: Automatically generate variables
- Next by thread: Re: Automatically generate variables
- Index(es):
Relevant Pages
|